-
AuthorSearch Results
-
July 29th, 2015 at 21:17 #32397
In reply to: mobile REALLY not working
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?
July 23rd, 2015 at 18:59 #32365In reply to: Removing instructions below comment boxes
kevin
In parabola there is no text under comments?
July 12th, 2015 at 10:54 #32302In reply to: How to make trasparent background for posts !
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
June 8th, 2015 at 18:48 #32095In reply to: Tempera: ShareThis button
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!
April 1st, 2015 at 11:18 #30988In reply to: Quick How to add more Columns In Presentation
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
March 4th, 2015 at 02:56 #30739In reply to: Parabola Jquery problem
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?
February 17th, 2015 at 21:06 #30614In 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.February 15th, 2015 at 16:51 #30588Walt
There’s a page for changing the theme options in Appearance / Parabola Settings
February 15th, 2015 at 16:44 #30587In reply to: How to remove the sidebar on some pages
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.
February 7th, 2015 at 17:10 #29398In reply to: Back to top button in mobile
Zed
Cryout Creations mastermindParabola’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.February 3rd, 2015 at 01:59 #29341In reply to: Erreur : Missing required field
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
February 2nd, 2015 at 21:30 #29337martin
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’
January 30th, 2015 at 15:37 #29314In reply to: Requesting sidebar width change
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 advanceJanuary 29th, 2015 at 20:55 #29304In reply to: Presentation Page Slider Not Working
Walt
Mary, this forum is for the Parabola theme, not the Nirvana theme which you are using.
January 22nd, 2015 at 04:52 #29218In reply to: how to make the plugin Subscribe to Comments work?
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.January 20th, 2015 at 15:58 #29192madlopt
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!
January 18th, 2015 at 22:33 #29174In reply to: Header Background Colour
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 .
January 9th, 2015 at 19:50 #29018In reply to: bbPress hyperlinks are moved and right justified
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.
December 23rd, 2014 at 11:50 #28780tyber
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 15if ($parabola_frontpage==”Enable” && is_front_page() && !is_page()): get_template_part( ‘frontpage’ );
December 18th, 2014 at 02:35 #28728In reply to: How do I turn off the Comment Field?
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.
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
December 12th, 2014 at 12:40 #28650In reply to: Changing Primary Menu for Different Pages
sve
With this plugin it’s OK , it’s works with Parabola
CE WP-Menu per PageDecember 11th, 2014 at 13:19 #28636In reply to: Font and Text Size issues on regular page.
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+sansDecember 9th, 2014 at 13:20 #28582In reply to: Cannot change social icon color
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.
December 9th, 2014 at 12:42 #28579In 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
December 6th, 2014 at 16:17 #28552In reply to: Change Header Font
Walt
Appearance // Parabola Settings // Text Settings // Site Title Font
November 27th, 2014 at 04:07 #28406In reply to: Header Background Colour
Samuel
Sorry, forgot to mention that I am using Parabola.
November 26th, 2014 at 05:29 #28396In reply to: Posts by category for Presentation Page
Evan
I so want that, it would be perfect for my site! 8D
please do implement it in parabola
November 26th, 2014 at 04:21 #28394In 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(); ?>November 25th, 2014 at 15:38 #28386Walt
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.
-
AuthorSearch Results