Search Results for 'parabola'

  • Author
    Search Results
  • #32397
    Freya

    It is now working in my ipad, but my mobile still shows the wrong design. I am completely flabbergasted, since it is actually using images that were deleted from my media library and a color palette that doesn’t match any of the settings for my site. I have no idea why it looks like that, and I cannot find ANY settings anywhere in the Parabola theme that seem to relate to what my iphone is showing. How is this possible?

    #32365
    kevin

    In parabola there is no text under comments?

    #32302
    Cristian

    Hello, my name is Cristian de http://www.elecmadrid.com, I have the parabola theme, and I offer interest-free solutions or answer any questions you have about your subject, I have really seen and if I can help I will do it without problems greetings: D

    #32095
    Jen

    I need to know this, too – have checked in FAQ, and scoured the forum – using Parabola, and I don’t know what to put in to use “ShareThis” for people to click to share on Facebook, and I want to do a second “ShareThis” for Twitter.

    Can someone advise how? Thanks!

    #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

    #30739
    John Richardson

    I am having this same problem:

    Checking jQuery functionality…
    If this message remains visible after the page has loaded then there is a problem with your WordPress jQuery library. This can have several causes, including incompatible plugins. The Parabola Settings page cannot function without jQuery.

    No plugins. New site. Tried reinstalling WordPress. Same problem. Any ideas?

    #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.

    #30588
    Walt

    There’s a page for changing the theme options in Appearance / Parabola Settings

    #30587
    Walt

    In your parabola settings its the very FIRST option in the very FIRST dropdown.

    Set the default to no sidebars. Add sidebars in individually to each page.

    #29398
    Zed
    Cryout Creations mastermind

    Parabola’s and Tempera’s to-top buttons are placed outside the content, so on mobile devices they are placed beyond the viewing area or get overlapped by the footer.

    We’ll check to see if we find a way to keep them always visible without blocking footer content/links.


    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.
    #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

    martin

    This has now been solved.

    In case anyone else encounters this problem with Parabola:

    The bug, it seems, actually only happens in a combination of specific browsers running in Linux. It still occurs in latest versions of Chrome and Chromium, but it does not happen in the latest Firefox (35).

    Thanks a lot to CryoutCreations for taking the time to help get to the bottom of this.

    Greatly appreciated.

    And Parabola is a great theme!

    happy surfin’

    #29314
    greekouzina

    Hi all,
    I ‘m using parabola theme at my Greek recipes website.
    i would like to have 3 columns layout.
    Total size will be 1200px
    Left sidebar must be 220px and right sidebar 340px
    How can i do that?
    Thank you in advance

    #29304
    Walt

    Mary, this forum is for the Parabola theme, not the Nirvana theme which you are using.

    #29218
    Oleg

    Hi, Cryout Creations!
    Thank you for your theme for WordPress!
    There is one small remark (desire). Unfortunately, plug-ins «comments» do not work with themes «Tempera» and «Nirvana». I have installed the «Subscribe to DOI Comments» and «Subscribe to Comments Reloaded». In «Subscribe to DOI Comments» Visitors see only check box with no text; in «Subscribe to Comments Reloaded» Visitors do not see anything (see any record on my site olegchuvakin.ru). With themes «Mantra» and «Parabola» these plugins work, check on the other its website, which is still being developed (optimusnews.ru).
    Also, I noticed that the theme «Tempera» in the fields for comments disappearing icons [*] (in the fields, the mandatory where «E-mail» and «Name»). In your other topics such icons [*] are preserved.
    Please tell me the solution of these two problems. I would not want to change the subject to another.
    Oleg.

    #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!

    #29174
    Arthur

    para que tu puedas cambiar el color de fondo por una imagen personalizada tienes que ir al CSS y realizar los siguientes pasos.

    #header-full {

    background: url(tu-header-personalizado)

    }

    para el header de parabola usar las siguientes medidas :

    1583 px X 177 px

    saludos .

    #29018
    Pilxy

    We already discussed problems with BBpress before. Not just links, also your avatars are broken from the second post down. What I found so far is, that there is a conflict with .reply a somewhere within the theme. Not just in parabola, it’s present in all of the cryoutcreations themes.

    Unfortunately it looks like nobody really cares about it, altought they obviously have the solution, as bbpress works normaly here as their support forum.

    #28780
    tyber

    in error log
    [23-Dec-2014 09:34:53 UTC] PHP Notice: Undefined variable: parabola_frontpage in /public_html/wp-content/themes/parabola/page.php on line 15

    if ($parabola_frontpage==”Enable” && is_front_page() && !is_page()): get_template_part( ‘frontpage’ );

    #28728
    Tom

    I am having the same issue. I have also done everything posted in the tutorial mentioned by Zed.

    Comments are disabled globally, in the theme settings, and on the page options. Despite having all of the comment settings turned off, they still show up on each of my pages on the (using Parabola theme). I haven’t noticed this issue till now and since I recently updated I’m wondering if this is an update issue? I had thought of deleting comments.php in the editor but I am wary as to the long term effects that might have on the theme template.

    Any assistance would be a great help.

    #28673

    In reply to: italic

    Stan

    the code is
    // TEXTBOX – Name: parabola_settings[copyright]
    function cryout_setting_copyright_fn() {
    global $parabolas;
    echo “<textarea id=’parabola_copyright’ name=’parabola_settings[parabola_copyright]’ rows=’3′ cols=’70’ type=’textarea’ >”.esc_textarea($parabolas[‘parabola_copyright’]).” </textarea>”;
    echo “<div><small>”.__(“Insert custom text or HTML code that will appear in you footer. <br /> You can use HTML to insert links, images and special characters like ©.”,”parabola”).”</small></div>”;
    }

    I dont understand why it appears italic

    #28650
    sve

    With this plugin it’s OK , it’s works with Parabola
    CE WP-Menu per Page

    #28636
    Walt

    Why on earth are you making all your text h6 tags when they should be P tags or nothing at all?

    …and to get rid of that comic sans that you absolutely should not be using, Appearance >> Parabola Settings >> Text Settings

    “Unless you’re a fourth-grader, being ironic, the author of a comic book, or on vacation from the 1990s, never use that typeface.”
    https://www.google.com/#newwindow=1&q=why+you+should+not+use+comic+sans

    #28582
    Walt

    …or if you want the actual solution to your question instead of Eric’s random post about how it took him 3 hours to do something that wasn’t even asked in the thread, you go to Appearance >> Parabola Settings >> on the right column click on Color Schemes >> click on a scheme and hit load at the bottom of the page.

    #28579

    In reply to: Colors Won't Change

    Chukwuma

    The parabola theme changed completely days after I finished designing the site. The color schemes changed on its own,and I have tried endlessly to change the colors back to what I want but it wont change. What could be the problem with the theme? the website is http://www.3keys-unicorn.com

    #28552

    In reply to: Change Header Font

    Walt

    Appearance // Parabola Settings // Text Settings // Site Title Font

    #28406
    Samuel

    Sorry, forgot to mention that I am using Parabola.

    #28396
    Evan

    I so want that, it would be perfect for my site! 8D

    please do implement it in parabola

    #28394

    In reply to: Nirvana / Woocommerce

    Andrew

    I figured it out with help from http://www.cryoutcreations.eu/wp_super_faq/e5-is-parabola-compatible-with-woocommerce. I didn’t use the css or functions.php files. I also modified the woocommerce.php file slightly. This allows the left side bar to show on the woo commerce pages. It will only work to show LEFT side bar.
    1. create file called woocommerce.php
    2. add the below text.
    3. Save
    4. FTP to /wp-content/themes/nirvana
    5. Change shop page template to Two Columns, Sidebar on Left
    6. Refresh your shop page.

    <?php /*
    * Template Name: Woocommerce Left Side Bar
    *
    * @package Cryout Creations
    * @subpackage nirvana
    * @since nirvana 0.5
    */
    get_header(); ?>
    <section id=”container” class=”two-columns-left”>

    <div id=”content” role=”main”>
    <?php cryout_before_content_hook(); ?> <?php woocommerce_content(); ?> <?php cryout_after_content_hook(); ?>
    </div><!– #content –>
    <?php get_sidebar(‘left’); ?>
    </section><!– #container –>
    <?php get_footer(); ?>

    Walt

    You edit the presentation page in Appearance >> Parabola Settings >> Presentation Page.

    Editing actual files will only break your theme.

    Also, Just a heads up for anybody reading this, his website is NWS, so don’t open it up if you’re at work.

Viewing 30 results - 211 through 240 (of 617 total)