Forum Replies Created
-
AuthorPosts
-
Hello!
This is more of a WordPress issue rather than a theme one, unfortunately is out of the support scope we offer, try contacting a specialist.
Cheers!
JosueHi Frank!
I personally use and like this one for its simplicity:
http://wordpress.org/plugins/fv-all-in-one-seo-pack/But if you need something more complex it would be the Yoast plugin for sure:
https://yoast.com/wordpress/plugins/seo/Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueApril 30, 2014 at 1:12 am in reply to: Page selected as main BLOG page does not allow images #258001I know this may be a little confusing if you don’t have the coding skills, i can try do it for you if want but i’d need a temporary admin account to do it.
April 30, 2014 at 1:11 am in reply to: Page selected as main BLOG page does not allow images #258000Hey!
The code you’d need should be like this one:
function after_head_image_func(){ if(is_singular()){ echo do_shortcode("[av_fullscreen size='extra_large' animation='slide' autoplay='false' interval='5'][av_fullscreen_slide id='2626'][/av_fullscreen]"); } } add_action('ava_after_main_container', 'after_head_image_func');You’d need to change the av_fullscreen shortcode by the one of yours, to see the generated shortcodes in a Page refer to this article:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Best regards,
JosueApril 29, 2014 at 11:53 pm in reply to: Page selected as main BLOG page does not allow images #257974Hi!
Can you post a link to the blog page and a blog post?
Regards,
JosueHi!
Try updating via FTP:
Regards,
JosueHey!
I tested the site on my end (OS X 10.7.5 and Safari 6) and it loaded just fine. Have you tried in a different computer with a different connection?
Regards,
JosueHey!
What code have you tried in robots.txt?
Also note that re-indexing may take some time.
Cheers!
JosueHello!
It is possible but that would require a heavy theme customization and unfortunately that’s beyond the scope of the support we can offer. You can try contacting a developer for the job or if you prefer you can request a quote here.
P.S. I think this could be a great addition to Enfold, try requesting it here :)
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHi Paul!
Check here:

Regards,
JosueHey Tom!
I’m not seeing it on my end, can you post a screenshot?
Also try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHi!
Have you tried using the Import Dummy Content button again?

Best regards,
JosueApril 29, 2014 at 9:59 pm in reply to: Page selected as main BLOG page does not allow images #257914You are welcome, let us know how it goes :)
Regards,
JosueApril 29, 2014 at 9:52 pm in reply to: Page selected as main BLOG page does not allow images #257908Hi!
The video was released before this ‘import parent settings’ feature came out, so now you just need to press that button after you activate the child theme and you are good to go.
Also remember that you can always switch back to the parent theme if you experience something wrong, so you can try it out safely.
Cheers!
JosueApril 29, 2014 at 9:46 pm in reply to: Page selected as main BLOG page does not allow images #257901Oh, i see. When you activate an Enfold child theme you have the option to import the parent theme settings:

Cheers!
JosueApril 29, 2014 at 9:41 pm in reply to: Page selected as main BLOG page does not allow images #257896Sorry i didn’t understand your question, can you please elaborate?
April 29, 2014 at 9:36 pm in reply to: Page selected as main BLOG page does not allow images #257893Hey!
I think the video pretty much covers all, if you have any questions regarding child themes please let us know.
Also, you can download a child theme ready to upload here:
http://kriesi.at/files/enfold-child.zipCheers,
JosueApril 29, 2014 at 9:17 pm in reply to: Page selected as main BLOG page does not allow images #257884Hey!
When you edit the page you can see the ID in the URL path:

Put the code at the end of functions.php, and yes you would have to put the code every time you update the theme but you can avoid this using a child theme.
Yes, that would be the image URL.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.title_container .main-title { display: none; }Cheers!
JosueHi,
Please contact the plugin author for more info about the issue. Making third party plugins compatible with theme is beyond the support scope we can offer. You can also hire a freelance developer to help you debug the plugin.
Regards,
JosueApril 29, 2014 at 8:43 pm in reply to: Page selected as main BLOG page does not allow images #257867Hi!
You can try with this code (put it in functions.php):
function after_head_image_func($content){ if(is_page( 33 )){ echo "<div class='custom_content'><img src='_URL_'></div>"; } } add_action('ava_after_main_container', 'after_head_image_func');Change 33 by the ID of the blog page.
Best regards,
JosueHi!
You’d like to remove the links from the breadcrumb elements?
Best regards,
JosueHi Julie!
Yes, i see the bug now (it happened on my install too), i’m not sure if it’s WordPress or Enfold but i found a workaround:
http://balancefinancialeducation.com/podcasts-seniors/The solution is to disable the visual editor, this way the audio element doesn’t get messed when you try to add/edit the text.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Denis,
Can you post the link to your website please?
Regards,
JosueHello Asad,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
AuthorPosts
