Search Results for 'display'

  • Author
    Search Results
  • #27410
    Kay
    Cryout Creations mastermind

    What are your settings under Presentation Page Settings and what did you select under ‘Front Page displays’ in WordPress >> Reading? Make sure ‘Your latest posts’ is selected there and that the Presentation Page is enabled.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27243

    In reply to: Settings Not Available

    Paul

    I have reproduced this error:

    Env:
    WP 4.0 (clean install on linux)
    Nirvana 0.9.5.1 (taken from SVN a few hours after checkin!)

    Reproduce:
    In any browser (IE11 or Chrome 39.0.2159.4 canary (64-bit) or normal Chrome release)
    Open WP admin
    Install Nirvana and activate style
    Go to Appearance/Nirvana Settings
    The settings page is shown but the accordion will not work (nothing expands)

    Diagnosis:
    [A similar issue has been raised on Parabola http://www.cryoutcreations.eu/forums/t/a-problem-with-your-wordpress-jquery-library that has very similar code to Nirvana]

    In this case there is an error on the admin.js script (I think caused by something not loading correctly) where wp is defined but wp.media is not – so you are reading through a null reference.

    _orig_send_attachment = wp.media.editor.send.attachment

    Hack:
    I have proven this to be the issue because I took this whole function out of the jQuery.ready function and now the settings accordion works and I can actually set things!

    This is NOT the correct fix but I offer it as the only way I can get it working. Over to you guys to correct properly as only you can!

    Many thanks for a great theme!

    jQuery(document).ready(function() {

    var uploadparent = 0;
    function media_upload( button_class) {
    // var _custom_media = true,
    // _orig_send_attachment = wp.media.editor.send.attachment;
    // jQuery(‘body’).on(‘click’,button_class, function(e) {
    // uploadparent = jQuery(this).closest(‘div’);
    // var button_id =’#’+jQuery(this).attr(‘id’);
    // /* console.log(button_id); */
    // var self = jQuery(button_id);
    // var send_attachment_bkp = wp.media.editor.send.attachment;
    // var button = jQuery(button_id);
    // var id = button.attr(‘id’).replace(‘_button’, ”);
    // _custom_media = true;
    // wp.media.editor.send.attachment = function(props, attachment){
    // if ( _custom_media ) {
    // jQuery(‘.custom_media_id’).val(attachment.id);
    // uploadparent.find(‘.slideimages’).val(attachment.url);
    // uploadparent.find(‘.imagebox’).attr(‘src’,attachment.url);
    // jQuery(‘.custom_media_image’).attr(‘src’,attachment.url).css(‘display’,’block’);
    // } else {
    // return _orig_send_attachment.apply( button_id, [props, attachment] );
    // }
    // }
    // wp.media.editor.open(button);
    // return false;
    // });
    }

    #27189
    Reena

    Why don’t you try adding all your nutrition tips, recipes posts under a particular category Like ‘Nutrition Tips’ & Add this category through Dashboard->Appearance->Menu.
    Oce you go to the menu, select your specific category from the left side and add it as main menu item or sub menu as you wish. It’ll display information only about your specific category

    #27156
    Kay
    Cryout Creations mastermind

    Hi!

    If you mean the slider caption, then add this code to the Custom CSS area under Miscellaneous settings:

    .theme-default .nivo-caption {display: none !important;}

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27127
    Kay
    Cryout Creations mastermind

    Hi Vanessa,

    If you don’t need the hover effect at all, just add this code:

    .column-image-inside {display:none !important;}

    Just paste it at the bottom of the Custom CSS area.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27114
    Suzie

    I checked my Header settings and my header logo that I have uploaded displays across all pages but the background that I have added only displays on the front page. I would like for this line of custom CSS
    background: url(wp-content/uploads/2014/08/diamond_upholstery1.png) repeat;
    to display acorss all pages. I am talking about the diamond shapes that display behind my logo. I tried using .page-id 234 in front of that code and no luck. The bottom border displays but not that background image. Can you tell me where I am going wrong? Thanks so much!

    Murat Asal

    This is how my CSS file looks like
    ____________________________________
    /* Caption styles */
    .nivo-caption {
    position:absolute;
    right:60px;
    bottom:60px;
    width:43%;
    z-index:8;
    padding: 10px;
    filter:alpha(opacity=8);
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }
    .nivo-caption h2 {
    margin-bottom:10px;
    font-size:24px;
    line-height:30px;
    padding:5px 10px 15px 5px;
    border-bottom:1px solid #444;
    font-weight:normal;
    text-align:right;
    }

    .slide-text {
    padding-left:20px;
    text-align:right;
    padding-right:10px;
    font-size:14px;
    line-height:1.5em;
    }

    Murat Asal

    Arnouville et son Passe

    hi,

    in Style.css,

    nivo-caption {
        border-radius: 0;
        bottom: 60px;
        box-sizing: border-box;
        display: none;
        opacity: 0.8;
        overflow: hidden;
        padding: 10px;
        position: absolute;
        right: 60px;
        width: 43%;
        z-index: 8;
    }
    .nivo-caption h2 {
        border-bottom: 1px solid #444;
        font-size: 24px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 5px 10px 15px 5px;
        text-align: right;
    }
    .slide-text {
        font-size: 14px;
        line-height: 1.5em;
        padding-left: 20px;
        padding-right: 10px;
        text-align: right;
    }
    #27061
    Johanna Ouwerling

    Hi Jan,
    I wanted it to be black, so I added this to the Tempera otptions under miscallenous ettings:
    #access > .menu > ul > li:hover > a {
    top:20px;
    background-color: #000000;
    }

    #access ul li {
    position:relative;
    display:block;
    float:left;
    white-space: nowrap;
    border-top: 1px solid black;
    }

    #27056

    In reply to: Header gone!

    leo

    I missed one thing: It’s disappeared only on the presentation page. It displays normally anywhere else.

    #27014
    Donna

    Hi Kay,

    Thanks. I got it. I just set the presentation page to display only the first two posts and the rest will just be displayed on the blog page…I finally figured it out! LOL 🙂

    Take care,

    Peace,
    Donna

    #26973
    Adam the Fish

    You have two options! Both require you go to your Nirvana theme settings and click “post excerpt settings”.
    From there, you can do one of two things:

    1. Change “Home Page” setting to “Full post”. This will show all of your post (including styling) on the front page.
    2. Enable “HTML tags in excerpts”. This will enable styling, but you may need to fiddle around a little with word lengths since if you cut off the closing tag in the excerpts then it will display the opening HTML tag rather than styling it.

    I hope that helps! 🙂

    #26949
    Fanny

    I have the same issue. Display worked before the update. Now, it seems to be working when I am logged in as the admin, but when I am just visiting the website, the images do not appear… Any idea?

    #26885
    Sarah

    Another vote for the ability to display more than 5 icons please. I have used all my spaces up and have 3 icons I still need to display so am looking at having to use a custom menu and some manual coding instead. Would be much easier to add more via the Tempera Settings 🙂

    #26850

    In reply to: Logo

    Kay
    Cryout Creations mastermind

    Hi Trevor,

    Add this code to the Custom CSS area:

    #front-text3 img{
    display: block;
    margin: 0 auto;
    }

    That will centre the image. And the reason the logo appears so low is because the image is actually high with a lot of white space at the top: http://myretailstore3.trevssite.com/wp-content/uploads/2014/08/logo-e1408540940818.jpg

    Remove the white space at the top and you should be fine.

    Good luck!

    • This reply was modified 10 years ago by Kay.

    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26776

    In reply to: Page not found

    Kay
    Cryout Creations mastermind

    Try disabling all plugins and see if it works then. Also, make sure that under WordPress >> Settings >> Reading you have “Front page displays” set to “Your latest posts”.

    A link to your site may also help.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26745

    In reply to: Header bug

    David B

    Discovered another detail with this.
    It does this when a Page is being displayed (such as a home page that isn’t the blog), but the blog page itself does display the header properly. It doesn’t go up under the WP bar.

    The header left does not change the position of the header in either case.

    #26694
    Ian Eric

    In my limited experience, that’s what “responsive” means; the theme adapts to mobile devices by detecting a mobile browser and displaying a mobile-friendly version of the site.

    #26692
    Ben

    Hi Kay,

    Thanks for your response. I’ve updated to 1.2.2 and disabled all plugins (all at the same time and one by one), the mobile menu still refuses to display.

    Further assistance would be appreciated.

    Many thanks,
    Ben

    Oleksandr

    Hello, that’s not clear for me from C17:
    >> Then add a link to that page in your menu(s) (if it isn’t displayed automatically).

    I’ve created page with Blog template, where should I add link to it?

    NOTE: I want to show that blog template page, not with theme’s setting ” XX latest posts on the presentation page”

    Thnks

    Kay
    Cryout Creations mastermind

    Hi Daniel,

    Add this to the Custom CSS area:

    .footermenu, .footermenu + span {
    display: table !important; float: none !important; margin: 0 auto !important;
    }

    Thanks for the kind words and good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    Cliff Dugan

    One more note: <div id=”frontpage”> and <div id=”slider” class=”nivoSlider”> are both present in the HTML as well as all of the individual slide info – they are just not being displayed – which definitely points to a jQuery issue.

    Kay
    Cryout Creations mastermind

    Hi guys!

    Hopefully this works as expected. Add the following code to the Custom CSS area or in your child theme’s style.css file:

    .column-text {
    position:relative;
    top:0;left:0;
    color:inherit;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    .column-image-inside {display:none;}

    We’re considering adding this as an option in a future update.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26398
    Kay
    Cryout Creations mastermind

    Hi,

    Interestingly enough they don’t seem to appear on all the posts inside the slider.

    Anyway add this code to the Custom CSS to hide them

    #slider .addthis_toolbox {display:none;}


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26387
    Kay
    Cryout Creations mastermind

    The plugin isn’t showing because Tempera uses placeholders and hides the default labels which the plugin in question is using. To show the rating stars add this code to the Custom CSS area:

    
    .comment-form-rating * {display:inline-block !important;}
    .btn-group {padding-top:130x;}

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26370
    Ben

    Mobile menu also doesn’t display when clicking mobile menu icon.

    #26342

    In reply to: custom css

    Kay
    Cryout Creations mastermind

    Hi marcella,

    Your CSS is added just fine within the theme. The only problem is the actual CSS you are using. I suggest you read a bit about it if you’re going to use it extensively. http://www.w3schools.com/css/css_intro.asp

    For example this:

    element.style {
    display: none;
    float: right;
    text-align: right;
    padding: 5px 20px 5px;
    text-transform: uppercase;
    font-size: 14px;}

    does nothing. It’s probably copied from Firebug or something similar but it doesn’t do anything.

    You also have spelling errors like ‘ffont-family’ here

    h1 {text-transform:uppercase; ffont-family: ‘Cutive Mono’, serif; color: #699; font-size: 20px; }

    Also, remove all media='all' text from the CSS. That pretty much ruins all the CSS. You’re just not using it right. Here’s a quick read on how to use them http://www.w3schools.com/css/css_mediatypes.asp

    Good luck!

    • This reply was modified 10 years ago by Kay.
    • This reply was modified 10 years ago by Kay.

    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26290
    Rick

    With help from Brian (Supertech from Bluehost.com) we were able to solve the settings and category problems at the same time. We created a test folder in a different c-panel location from the wp-contents folder where my site is located. We installed a new copy of WordPress (in case the old was corrupted) then uploaded in new copy of Parabola. We created a dummy post, page and category. Then we checked to see if they displayed properly–which they did. Finally, we copied the contents of the Parabola folder from the tested site into the original site Parabola folder, replacing the corrupted contents. Apparently, Parabola’s settings are stored in the database, because all my original setting were preserved when the corrupted files were replaced. I hope this is a helpful repair option even though we still don’t know what files were corrupted. We do know, however, that the problem occurred after we installed the wooCommerce plugin.

    #26272
    Rick

    The settings for Parabola are somehow have become locked and my categories will no longer display post excerpts form the menu. It’s a very stubborn problem, even restoring from backup doesn’t help. Any ideas

    #26258
    se80

    ok, thanks.

    What about the ordered list? It still doesn’t display properly

Viewing 30 results - 1,261 through 1,290 (of 1,618 total)