Search Results for 'found'

  • Author
    Search Results
  • #31804
    Christopher

    I have been poking through each of the settings and haven’t found it yet, nor have I located where the documentation is for this theme, though the PHP seems well commented, this part eludes me :-/

    If anyone can point the way to docs or instructions (here or via email) that would be great, thanks heaps!

    #31790
    Cheryl

    Hi….the text area is tricky

    you need to use old style html I found…like <br> for a break

    I am having problems centering it as the newer browsers don’t “recognize” the old “center”
    html code

    you can use a free html wysiwgy like “composer” which is still found in the seamonkey browser
    hth

    #31788
    Cheryl

    Hi…please change to resolved…

    I did try a different theme but wanted Tempera back so I put it back and took away plug ins and add ons one by one..

    I found the culprit – an iframe email list sign up form – when I removed it my slider was back
    so I did a workround – just a button to click to go to the sign up page ,not an embedded form
    thanks

    #31674

    In reply to: Custom css

    Alyssa

    I haven’t tried this in word press yet, but the usual way is:

    h3 {
    color: “yourcolorhere”;
    }

    But I’ve found that with the templates it can sometimes override your custom CSS.

    #31662
    al83

    All I had to do was to go to the wordpress dashboard -> settings -> reading and switch the “Front page displays” from “a static page” to “your latest posts”.I’ve also disababled the pagination which can be found in tempera settings -> graphics settings, however I don’t think it is necessary to do it.

    Hope it helps,

    Alain

    #31365
    Pierre

    I found an answer. I used a plugin called Single Background. With the use fo a short code, you can add a background image to any page. Let me know if you find something better.

    Now on tomy next chalenge.

    #31164
    Christina Sazma

    Hello.

    Have you already found a solution?

    #31136

    In reply to: Top Bar

    Wojciech

    found a way:
    write this in the custom CSS part in the miscellaneous settings. 🙂

    #topbar {
    display: none;
    }

    #31121
    Michelle

    I found the answer to my own question. Another user posted the instructions here: https://wordpress.org/support/topic/how-do-i-disable-mobile-theme-in-jetpack-18-broken-with-thesis

    #31092
    BioBen

    I found that I had some setting for thumbnails that was resizing the photos slightly smaller (1380 instead of 1500) but they still showed 1500×500 in the media library!

    That part is fixed, but they are still being fussy.

    #31070
    Sharon

    NEVERMIND – found it – bottom of the colors tab in Nirvana Settings – duh!

    #31029
    MikevZ

    Hi Jimmy,

    Yes sure, perhaps you’ve found it already in the other thread but my solution is posted here:

    http://van-zand.com/nirvana-wpml

    Cheers,
    Mike

    #30990

    In reply to: Bolg Page?

    wayne

    I had the same query and found answer in the FAQs “If you’ve enabled the presentation page and also want to create a blog page (like the default WordPress homepage), create a new empty page and choose “Blog Template (Posts Page)” as the page template.

    Then add a link to that page in your menu(s) (if it isn’t displayed automatically).” Hope that helps!

    #30988
    Loron

    Found solution… cause i am very poor at CSS i just removed Blockquote tags in the frontpage.php at this point:

    
    // Frontpage text areas
    if($parabola_fronttext3) {?><div id="front-text3"> <blockquote><?php echo do_shortcode($parabola_fronttext3) ?> </blockquote></div><?php }
    if($parabola_fronttext4) {?><div id="front-text4"> <blockquote><?php echo do_shortcode($parabola_fronttext4) ?> </blockquote></div><?php }
    ?>
    </div> <!-- frontpage -->

    it will make all rows looks the same way. thanks. or you need to edit Blockquote CSS style

    #30981
    Angela Hall

    I found a workaround so wanted to post it in case anyone else has the issue. I went into Tempera settings in dashboard. In the 5th option down (color settings), I changed the site title text color to white. (Don’t forget to save.) I then went back to Customize and entered my site title and saved. My website name is now on the browser tab and the white font doesn’t show through my custom header.

    #30979

    In reply to: responsive menu icon

    Catherine Parkinson

    I have found the solution to this !

    You need to edit a file in the backend :
    www/yoursitename.com/docs/wp-content/themes/nirvana/styles

    There is a file called style-mobile.css find an change

    from
    #nav-toggle span:before { content: “\e820”; font-family: “elusive”; font-size: 16px; height: 40px; line-height: 40px; }

    to
    #nav-toggle span:before { content: “\e820 MENU”; font-family: “elusive”; font-size: 16px; height: 40px; line-height: 40px; }

    This will then ad the word MENU next to the three bars only on the mobile version of the theme
    😀

    #30962
    Genti

    I found your post in another topic.
    Thank you for resolving this problem.

    #30917
    Emma

    I’m having the same…
    Fatal error: Call to undefined function nirvana_singlecolumn_output() in /home/villabam/public_html/wp-content/themes/nirvana/includes/widgets.php on line 65
    Has any one found a fix?
    Where do I go to erase the line 65?
    Emma

    #30723
    Yasir

    I saw these tutorials but I don’t found solution to my problem.

    I translation all .po file (Theme Nirvana) but there 5 strings don’t work on the site, so how I can solution this problem?

    This is .po file:

    https://www.mediafire.com/?b6tnbckbct3ta57

    Note: I but the 5 strings on Fuzzy to you can get to it quick.

    #30716
    Zed
    Cryout Creations mastermind

    You’ve found a new bug related to Google fonts…
    Use
    Open Sans:400,700,600
    for now.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #30684

    In reply to: Skype Chat Function

    David

    I found a solution to this. Go to appearance then editor. Select the Nirvana theme to edit and from templates on the right side select sanitize.php

    Find the section which begins /*** 2 ***/
    then the first line after /*** 2 ***/ there should be a line like this.
    $cryout_special_terms = array(‘mailto:’,’callto://’, ‘tel:’);

    replace callto:// with skype:<yourskypename>?chat
    and in yourskypename insert the skype name of your choise without <>.

    like this for example

    skype:thisiswhereyournameshouldbe?chat
    after you are done save it.

    the whole line should look like this

    $cryout_special_terms = array(‘mailto:’,’skype:thisiswhereyournameshouldbe?chat’, ‘tel:’);

    hope this helps.

    #30673
    nicole

    Hello Cryout Creations. First time on WordPress, Tempera is a very nice Template and very user friendly. I can make any change i wanted ut to now.

    Only one thing, i cannot find is when the height of the header is flexible, we would like the header image to join the main menu.

    Also i cannot change the width of the Top-Bar, and cannot see the Social Icon in it neither…

    Thank you for your help, in the Forum, i found a lot, but this time, i get stuck

    Have a nice day !

    #30648
    Reggy

    Never mind. I think I found the problem. Please close.

    #30638
    Tina

    I find it so disappointing that there is not real support for the Cryout Creation themes. All other theme creators offer great free-of-charge support, but here one can wait and wait and nobody takes care of the problems.

    The only support one sometimes get is the one from other users. Thank you to Ana-Maria.

    Just to close my question properly and in case somebody else has the same problem, I was today (!) able to find the solution … after many and long days of searching and waiting for support here.

    The solution can be found in the tempera settings under “Beitragzusammenfassungen” = in English = ?? = it is the 8th option in the settings. There is an option “archive/categoriepages” and needs to be set to “full” and there is some option like “newspaper layout”. This needs to be deactivated! Now I have an archive page with all all links and other formating features where all posts are listed up on top of the other, not next to each other.

    #30614

    In reply to: Mobile Display Issues

    Brad

    ParabolaVersion: 1.4.2

    I love this theme because it offers so much flexibility for those like me with no PHP skills. I also like the way the menus rollup and display on the smartphone.
    I have a problem with the header widget. It works OK on my PC but not on my Samsung S5 smartphone.
    The header widget goes to the left and overlays the company name on the smartphone.
    Other widgets are OK.

    Perhaps the problem relates to Zed’s previous post but I not even know what W3 cache is,
    I also found that when I created a CHILD, my widgets were wiped out, This was easy to recreate my widgets.

    #29377
    Ana-Maria

    I took a look on both sites (Tina’s and Amy’s) and it seams to me everything is working just fine.

    Tina’s cryouts – http://prntscr.com/61tnk1
    Amy’s cryouts – http://prntscr.com/61tnww

    So, I would assume you have found the way how to solve that.

    Just one more idea cross my mind why you didn’t (or maybe still don’t) see it…
    I believe it could be if you have a smaller screen on your computer or laptop.
    As the Tempera Theme is responsive it automatically adjust to the screen size (so it could be equally readable on any device.
    I have tasted both your sites on iPad and iPhone and they work perfectly.

    Therefore, depending of the screen size the number of cryouts could be seen.

    E.g. when I resized the window your sites looks like:
    Tina’s site – http://prntscr.com/61ts9m
    Amy’s site – http://prntscr.com/61tskw

    Hope this would help to clarify the cryouts “column mystery” if you already didn’t do it by yourself. 🙂

    #29341
    Walter

    Hi Valerie and Bebs, did you add the code suggested to the functions.php file and it worked the same day?

    I tried adding the code found on the page below right after <?php on Parabola: Theme Functions (functions.php)

    http://www.davidtiong.com/fix-hatom-microformats-at-least-one-field-must-be-set-for-hatomentry/

    Checked again on google webmaster and didn’t work.

    Am I doing something wrong here?

    Thank you

    #29289

    In reply to: layout-bug?

    chris

    … nervermind. i found the solution… lol

    #29236
    Mike

    Never mind. I found it in theme-seo.php file.

    #29192
    madlopt

    I spent two days looking for how to fix this bug. And, in my opinion, i found how.
    In content/content-frontpage.php, find that code:

    				/* Start the Loop */
    				$the_query = new WP_Query(array('posts_per_page'=>$parabolas['parabola_frontpostscount']) );

    And change it to that:

    
    				/* Start the Loop */
    				$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    				$the_query = new WP_Query( array('posts_per_page'=>$parabolas['parabola_frontpostscount'], 'paged'=>$paged) );

    Don’t forget to uncomment that line:

    //if($parabola_pagination=="Enable") parabola_pagination(); else parabola_content_nav( 'nav-below' );

    It is a pity that such beautiful products are released with these ugly bugs that are not a programmer will not be able to fix it. I am convinced that if something you know how to best do it yourself!

Viewing 30 results - 391 through 420 (of 705 total)