-
AuthorSearch Results
-
October 2nd, 2013 at 14:40 #12671
In reply to: 'Older Posts' Button on Presentation Page
MrAwesome
Only solution I found was moving the “custom text 4” field to the bottom of the page and put a text linking the page with the “blog template”. Just edit the /parabola/frontpage.php file and put this line at the very bottom (and remove the original).
if($parabola_fronttext4) {?><div id=”front-text3″>
<?php echo do_shortcode($parabola_fronttext4) ?>
</div><?php }
Then you can edit text from the admin settings
Regards,
MrAwesomePS: I know, child themes should be used 😛
October 2nd, 2013 at 14:16 #12666In reply to: Multi language site
MrAwesome
I had the same issues. However, I solve most of them. Let me explain.
I use qTranslate, wich works quite well except for one thing: slugs and (I think because I don’t use it) tags can’t be translated. Despite this, you can manage to translate everything.
There is a “shortcode” you can use. Imagine you have tree languages (en, es, pt). The tittle of a widget can be translate by putting “[:en]English Text[:es]Spanish Text[:pt]Other Language”. It works fine. This can be used along all the theme options text areas.
Regarding the front page and what Zed says, we have a problem with the links. If you put “[:en]http://en.blabla.com[:es]http://es.blabla.com[:pt]http://pt.blabla.com” or whatever, it will not work as this doesn’t validate an URL and the link will not be saved. You will have to edit the files /parabola/admin/sanitize.php and /parabola/admin/settings.php and remove the esc_url_xx() functions of desiged configuration fields. For instance, in sanitize.php, for the URL of the columns of the front page, comment the line:
$input[‘parabola_columnlink1’] = esc_url_raw($input[‘parabola_columnlink1’]);
This is just an brief comments, but hope this help.
Regards,
MrAwesomePD: Best option is to use a child theme, I know…
PD2: Great theme!
PD3: The theme can include this tricks by default! 😉October 1st, 2013 at 01:00 #12636In reply to: translate on responsive mode
Wen
Ok, I don’t have a mobile device to test it out for you, however…there is one issue that I did find…and it was the same for both the responsive menu (shrunk my computer window to make it come up) and for the regular sized menu.
It looks like some of your top level menus are trying to go to “http:///#”. That isn’t a valid destination. Are those top level menu items not supposed to be links to anything? If they’re not supposed to be links, check the URL settings under Appearance > Menus. There should either be nothing in the URL fields, or only a “#” symbol.
Not sure if this helps fix your problem or not, like I said, I don’t have a mobile device to test it on.
September 30th, 2013 at 17:59 #12625In reply to: How can I install share buttons on posts?
Singh
Yes, you can easily do that Debbie. You just have to install plugin called SHARETHIS. Just install that Plugin, it will solve your problem. You can also do that with coding that you can get from sharethis(dot)com Hope this will help you 🙂
September 28th, 2013 at 02:26 #12582In reply to: 2 css questions, #forbottom & font letter spacing
Mag
OMG…I am so stupid… I checked the Custom CSS and I hadn’t closed out an earlier rule with a final bracket… Everything is working now… just shoot me now. So sorry to take up your time. Thanks so much for trying to help me. I’m beyond help.
September 28th, 2013 at 01:58 #12580In reply to: How can I center the logo?
Mag
Thanks very much, Zed…I’ll be sure to test it out… I went with the header since the logo doesn’t seem to show on the site pages when I preview in responsive mode with the developer tools. I should probably look at it on a phone though before I say it isn’t visible.
September 26th, 2013 at 20:59 #12529In reply to: How to see my page while in Settings
Donna
Oh my gosh Jim, thank you! So much easier. I had actually tried that several frustrations back but it hadn’t worked; it seems I had omitted one little step: Refresh. Head smack.
Thank you again,
DonnaSeptember 26th, 2013 at 20:02 #12527In reply to: How to see my page while in Settings
Jim King
Hi Donna
I know the frustration of that, I tend to open the dashboard then go to visit site and right click and open the site view in a new tab in the browser. Make the changes in the Dashboard and just click the site view tab and refresh.
So switching between the tabs gets easier than trying to do it all on a single page.
I hope this helps
Jim..
September 26th, 2013 at 05:35 #12515In reply to: Use Category Page with Intro Template
John
Thanks. That link works, and explained how to do it.
One other question. On regular category pages, it obeys where I put the MORE tag to cut the article and insert the Continue link jump.
However, in the Category Page with Intro template, it disregards where I put the More tag.It chooses its own place to insert the jump. (It also shows picture twice if article has one.)
I have tried changing the excerpt length in the Settings page but it doesn’t affect it.Is there a code i can use to make it jump where I insert the More tag?
September 26th, 2013 at 00:20 #12512In reply to: center captioned images in posts
lcerura
It’s funny that this should be posted today and I happen to come here looking for the answer.
I myself am having trouble getting the text to wrap around after left aligning an image with a caption. I can get it done without the caption, but with it? Problem.
Mind you, I’ve other sites using Mantra and I can’t believe I never noticed this before. Just went over to them and tried the same thing and still can’t do it.
September 25th, 2013 at 17:43 #12509In reply to: Website not rendering correctly in IE
Muqarnas
Thanks for the reply Zed, I am on version 24 in Firefox as for internet explorer which displays everything fine I am on version 10.09200.16686.
How can I send you screen captures of what I see on firefox, I have prepared the jpegs but I cannot attach here!
ThanksSeptember 25th, 2013 at 09:14 #12501In reply to: Website not rendering correctly in IE
Zed
Cryout Creations mastermindMuqarnas, all pages look identical for me in both IE9 and Firefox 24.
What versions of IE/Firefox are you looking at it with?
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.September 24th, 2013 at 20:10 #12495In reply to: Website not rendering correctly in IE
Muqarnas
Hi
I have the opposite problem my site looks fine in IE but not in Firefox. I have a page with an interactive “Adobe shockwave” file which displays in correct dimension(800×600) in IE However in Firefox only 718×540 of it shows in other words its not reduced but rather a proportion is missing hidden from view. Also the slide show page on my website (http://www.vectian-multimedia.co.uk/reference/) looks fine in IE but not in firefox. I know you might say why don’t I put the question in firefox forum I will in addition to here but I was hoping you may have a workaround for firefox.
Thank you in anticipation
MuqarnasSeptember 23rd, 2013 at 22:28 #12483In reply to: Featured image in excerpt but not post
Zach H.
My apologies, it was not our intention to offend. We’ve replaced it, however, would you be ok with us use “Created by: CryoutCreations” instead of powered by parabola & wordpress?
September 22nd, 2013 at 19:41 #12447In reply to: Change tagline color
Jim
Hi
I think its under Color Settings then Site Tile then the 2nd of the two text fields called Site Description.
Jim…
September 22nd, 2013 at 00:00 #12436In reply to: Website not rendering correctly in IE
Zed
Cryout Creations mastermindI see nothing out of the ordinary with your website on IE9.
Could you post some screenshots with what you see out of place?
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.September 21st, 2013 at 23:49 #12432In reply to: How to use slideshow on static front page?
Zed
Cryout Creations mastermindYou cannot use Parabola’s slider outside of its presentation page without a lot of work.
It’s a lot easier to simply install a slider plugin and add that on your own pages.
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.September 21st, 2013 at 23:44 #12429In reply to: j-query error message-Mantra settings page WP 3.6
Zed
Cryout Creations mastermindWell the message tries to be pretty clear:
“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.”You need to figure out if one of your plugins is breaking WordPress’ jQuery (javascript library). Best way to do this is to disable them one by one.
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.September 19th, 2013 at 16:53 #12402In reply to: Change comments title from "Leave a reply"
Zach H.
Zed,
that didn’t work for me. I’ve tried it with parabola-child/functions.php and parabola-child/includes/theme-functions.php
It still shows “leave a reply”.
September 19th, 2013 at 10:55 #12393Zed
Cryout Creations mastermindMichael, I believe we’ve established your issue is hosting/security related and is caused by something completely different.
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.September 18th, 2013 at 20:36 #12375Zed
Cryout Creations mastermindThere are no built-in options for these. You’ll need to use custom CSS rules to achieve this.
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.September 18th, 2013 at 20:16 #12369In reply to: 4th column on fron page.
Zed
Cryout Creations mastermindThe 4th column is displayed just fine.
Fields that are empty don’t get displayed (like the text and link).
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.September 18th, 2013 at 15:02 #12365In reply to: magazine layout
Edward
I have same problem, “Continue reading” button not showing on main page, so people may think the articles are not longer, they have to click on the title itself to get to the post page. The continue reading button works fine in Categories.
Any way to fix this?
Thanks!
September 17th, 2013 at 03:02 #12339In reply to: Please help, Posts Not Showing on Presentation Page
Tim R
The slider was working not anymore – constantly trying to upload images on the Presentation page and it won’t complete the task. Why would this stop all of a sudden? Someone needs to FIX THIS – unbelievable amateur stuff here.
September 16th, 2013 at 17:44 #12329In reply to: Problems After Update
Tim Stone
Just finished putting together a site based on this when the upgrade came. After the upgrade the slider and presentation columns disappeared. Hours of work out of the window. I would be more than happy to pay for the support etc, but If this was a live site for a client I would be receiving pretty strong phone calls by now. Was considering the shopping cart for two clients, but I have lost confidence in CryoutCreations
September 16th, 2013 at 16:02 #12325In reply to: Problems After Update
Tim
Hey,
I am having the same issue, after the update presentation page slider and images no longer load. I have tried the fixes listed.
1. Tried to delete theme folder and reinstall
2. disabled presentation page, delete home page and make a new one.
Still the presentation page slider and images no longer load. It appears people have fixed this issue, but its not working on this end, it may be something simple but I have not figured it out yet. Any help would be appreciated. Thank you.September 15th, 2013 at 20:04 #12319In reply to: How to show the latest posts instead the extra text?
Bonnie
Does this work for Mantra theme as well?
I am also a newbie- what is the child theme?
September 13th, 2013 at 07:46 #12297In reply to: Blog/posts page?
David
Please ignore my question, my newbie issue was solved by creating a page and setting the page template to “Blog Template”.
September 9th, 2013 at 03:30 #12222In reply to: Old comments are not appearing
Johnathan
Comment code is below:
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to mantra_comment which is * located in the includes/theme-comments.php file. * * @package Cryout Creations * @subpackage mantra * @since mantra 0.5 */ ?> <div id="comments"> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'mantra' ); ?></p> </div><!-- #comments --> <?php /* Stop the rest of comments.php from being processed, * but don't kill the script entirely -- we still have * to fully load the template. */ return; endif; ?> <?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : cryout_before_comments_hook(); ?> <ol class="commentlist"> <?php cryout_comments_hook(); ?> </ol> <?php cryout_after_comments_hook(); ?><?php else : // or, if we don't have comments: cryout_nocomments_hook(); endif; // end have_comments() ?> <?php comment_form(); ?> </div><!-- #comments --
>
September 8th, 2013 at 18:30 #12215In reply to: How to change the slider?!
Tom
The problem I am having with the Presentation Slider is that when I upload my photo to the Media Library, and I view it through the library, it is crystal clear and looks like what I designed.
When it shows up on the site in the Presentation Slider, it looks like a pixelized piece of garbage… I cannot use it on the site – it makes it look very unprofessional.
How do we keep the quality of the photos?
-
AuthorSearch Results