Search Results for 'parabola'

  • Author
    Search Results
  • #28318
    Bebs
    #28286

    In reply to: Upgrade Bug

    Charlotte

    A customer of mine encountered the same problem. He did the most recent upgrade in Firefox on Windows 8. All menu-items of Parabola were dead.
    In Chrome everything worked fine.
    But the website (frontend) is not performing well in Firefox on Windows 8: the animation on the columns doesn’t work. Altough there is no problem on my Firefox in Mac.

    #28266

    In reply to: Sidebar width

    farokh

    Parabola: custom-styles.php (includes/custom-styles.php)
    custom-styles.php

    ////////// COLUMNS //////////

    $colPadding = 20;
    ?>
    #container.one-column { }
    #container.two-columns-right #secondary { width:<?php echo $sidebarSize/2; ?>px; float:right; }
    #container.two-columns-right #content { width:<?php echo $contentSize+$sidebarSize/2; ?>px; float:left; }

    and so forth

    #28250
    Max K.

    And how to lower the background image down to the header. ‘Parabola’ cuts my background image.
    So sorry for my english, not so good.

    #28224
    Betty

    I’m using Parabola theme. I selected three columns on the presentation page and uploaded three images. The third column worked at first, but now it has shifted and appeaqrs below the other two columns and uses the entire width of the of the screen. How can I make it fit the area designated for the third column?

    #28206
    Walt
    #28205

    In reply to: Static Page Problem

    Walt

    You’re not familiar with any of the options in Appearance >> Parabola Settings, are you? Everything you described can be fixed in Presentation Page Settings and Post Information Settings.

    #28199
    Steph

    I am having the exact same problem! My preset home page disappeared once I went into the menu section to place my pages in the order that I wanted them. Wait, I tried going into the parabola settings and the enable is on. I am lost and do not know how to get my slider page back? Please, someone help. I loved that page.

    #28167

    In reply to: WooCommerce Bug

    Zed
    Cryout Creations mastermind

    In the FAQs: http://www.cryoutcreations.eu/wp_super_faq/e5-is-parabola-compatible-with-woocommerce


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

    I have the same problem as described and as we get no response here, I tried to ask for the help on bbpress support forums. I have received an answer that should help developers of the theme into the track on what to change in the theme, to make bbpress work in parabola.

    The thread is awailable here: https://bbpress.org/forums/topic/parabola-theme-profile-bug/

    I hope someone from the developers team will read this and make the required changes. Parabola is a great theme and it will be even greater if you can make it work with bbpress installed. 🙂

    #28096

    In reply to: Upgrade Bug

    Al

    The problem apparently involves either the WP or Parabola interface with Google Chrome (on the Windows 8 OS). I tested it with other browsers (e.g., Firefox, Safari) and so far they all seem to be working fine (except, as mentioned, on Chrome). I hope this information helps.

    #28081

    In reply to: Upgrade Bug

    Al

    Same issue. Parabola settings are dead as a doorknob, except for the color change during mouse-over on each of the settings. Tried deactivating plugins, as directed, but to no avail. It seems you have bricked your theme for many of us with this update. Can the update be undone?

    #28058
    HH

    I tested the jetpack widget visibility in the regular Parabola, and it did not work there either but it did work in Twenty Twelve. I am assuming the problem lies in the Parabola theme. Is anyone else having this problem? I am running the latest WordPress version in Firefox.

    #27967

    In reply to: Upgrade Bug

    Daniel

    I have the same problem when using Chrome. Also, the text at the bottom of my page that says “powered by parabola” etc. is off to the left, rather than centered like it should be. None of these issues are present when I’m using Internet Explorer.

    #27913
    Melissa

    I am trying to do the same. I would like the presentation page to have a YouTube video. Parabola claims to be very customizable but I even looked under “appearance > editor > and have gone thru all the templates and can’t seem to find presentation page so I can add a custom element that will play my video……. HELP

    #27874

    In reply to: Upgrade Bug

    Thomas Snodgrass

    Same issue here! Parabola settings are completely unresponsive after upgrading the theme.

    #27873

    In reply to: Upgrade Bug

    NeonZebras

    I have the same issue. Everything was working fine until I updated the Parabola version. That is the only thing I updated. (All other plugins and WP version were up-to-date.) Now I cannot access the Parabola Settings. I check the development tools and had no errors.

    Please advise. Thank you.

    #27872
    NeonZebras

    I am experiencing the same issue. I also am using the latest versions of WordPress & Parabola.

    Please advise.

    #27854
    Walt

    Appearance // Parabola Settings // Presentation Page // ENABLE PRESENTATION PAGE

    #27839
    Dee

    The website link is a “sandbox” site for now. I am trying to learn WP. I am building from the theme Parabola. In the settings I assigned images for the sliders but on the landing (home) page there is nothing there. I’ve been looking for instructions. What is the next step so I can see this slider?

    #27836
    seed2spirit

    Finally, Parabola setting imported. THE SETTING ARE NOT ACTIVE, nothing happens when I click on them. NEED HELP PLEASE.

    #27795
    Walt

    1. Your theme is clearly not Parabola.

    2. It’s controlled in Appearance // PS // Presentation Page // Show Posts on Presentation Page

    #27790
    Bert Ernie

    I have tried for hours to solve this. The CSS code is pasted into the Misc section of Parabola settings but alas no change. Love the theme but the hover effect is rather annoying.

    #27776
    Davide Coppola

    Is nobody replying because nobody here knows how to fix this?
    I noticed the same bug is in the Parabola theme, so unfortunately I have to assume this is the case.

    A temporary fix improvement can be replacing in style.css:

    #forbottom {
    	clear: both;
    	display: block;
    	margin: 0px auto;
    	padding: 20px 0;
    	min-height: 400px;
    }

    with

    #forbottom {
    	clear: both;
    	display: block;
    	margin: 0px auto;
    	padding: 20px 0;
    	min-height: 600px;
    }

    but I still hope the designers will fix it properly in the next update.

    #27694
    lalo

    hello , please your help , a have the same error in my blog. i use the last version.

    i see in the content page , this :

    <?php
    /**
    *
    * Learn more: http://codex.wordpress.org/Post_Formats
    *
    * @package Cryout Creations
    * @subpackage Parabola
    */

    if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <?php if ( is_front_page() ) { ?>
    <h2 class=”entry-title”><?php the_title(); ?></h2>
    <?php } else { ?>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <?php } ?>

    <div class=”entry-content”>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘parabola’ ), ‘after’ => ‘</div>’ ) ); ?>
    <?php edit_post_link( __( ‘Edit’, ‘parabola’ ), ‘<span class=”edit-link”>’, ‘</span>’ )<time class=”entry-date updated” datetime=”%3$s” pubdate>%4$s</time>; ?>
    </div><!– .entry-content –>
    </div><!– #post-## –>

    <?php comments_template( ”, true );
    endwhile; ?>

    thank you
    regards

    #27671
    Christine

    Sorry, guess I posted this to the wrong place…

    It’s about the themes mantra, Nirvana, Parabola, Tempera and Zombie

    #27629

    In reply to: Upgrade Bug

    Rafael

    Parabola Setting no longer accessible after upgrading to V.1.4.2. Somebody know what to do to fix it?

    #27628

    In reply to: Upgrade Bug

    Rafael

    I have the same issue. Parabola settings no longer accessible after update to V.1.4.2.Somebody know what to do to fix it?

    #27624

    In reply to: Upgrade Bug

    Davep401

    My parabola settings no longer accessible after up date, any fixes? Using safari and chrome

    #27502

    In reply to: Upgrade Bug

    ianEric

    I am having the EXACT same problem. This using Safari on a Mac. Since the update, Parabola settings are no longer accessible; the main settings page looks the same, but the sections do not open. PLEASE HELP!!

Viewing 30 results - 241 through 270 (of 617 total)