Forum Replies Created
-
AuthorPosts
-
Hi Richard!
Yes, create a Page (don’t activate the layout builder) and use the Magic Wand tool to create a Contact Form element, copy the generated code, then you can paste it to any place you like (Widgets).
Regards,
JosueHi!
That code should work, can you post a link to Page 4386?
Cheers!
JosueApril 26, 2014 at 7:36 am in reply to: Breadcrumbs – remove You are here, change home to icon #256468Hey!
There is a way to actually insert content after the breadcrumb, refer to this topic:
https://kriesi.at/support/topic/adsense-banner-after-breadcrumbs/#post-255313Cheers!
JosueApril 26, 2014 at 7:34 am in reply to: Link Content Element 'Icon' to Layout Element 'Color Section' #256467Hi,
Can you post the link to the Page in question please?
Regards,
JosueHi,
Can you post the link to your website please? i’d like to test it on my end (Safari 7, 10.9).
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
It was removed, however the sliding menu should work, can you post a link to your website?
Regards,
JosueHey Albulushi!
To change the text: /includes/helper-social-media.php, line 209.
You can use this function to add the social sharing icons to any template file (for the portfolio items it would be single-portfolio.php, around line 27):
avia_social_share_links();Cheers!
JosueApril 26, 2014 at 7:17 am in reply to: MASONRY BLOG: how to make the preview/featured images higher? #256455Hi!
The images are actually bigger, what is shown will depend on the caption height.
Best regards,
JosueHello!
It is possible but that would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting an specialist.
Cheers!
JosueHi,
Are you using the latest version of Enfold? can you post the link to the page in question please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
They are using LayerSlider, you can apply Styles and CSS code to a layer in the LS editing window:

Best regards,
JosueHey!
Please update Enfold to 2.7.
Cheers!
JosueApril 26, 2014 at 6:54 am in reply to: tutorial and documentation request: Enfold One-Page solution #256443Hey Pedro!
When you import the dummy content you’ll get a Page called Home v7: One Page Portfolio, you can use that as a reference.
Cheers!
JosueHey!
You want to bind a mouseover event on the title tab?
Regards,
JosueHi,
Open /framework/php/class-framework-widgets.php and look for line:
avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);Replace it by this:
avia_get_post_list( array('cat' => '', 'orderby' => 'comment_count', 'posts_per_page' => $posts, 'date_query' => array( array( 'after' => '-6 months' ) ) ) );Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
div#main { z-index: 401 !important; overflow: visible !important; } .main_menu{ right: 210px; } ul.avia_wpml_language_switch { position: absolute; top: -62px; right: 50px !important; left: auto !important; } @media only screen and (max-width: 767px) { ul.avia_wpml_language_switch { display: none; } }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
It works on my end:

It may need some adjusting but it’s working. Refresh the page a few times.
Best regards,
JosueApril 25, 2014 at 9:42 pm in reply to: My edit type in text box is showing up as invisible when i am adding text #256378You are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
It is, just make sure any third-party plugin you have is compatible with 3.9 too.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueApril 25, 2014 at 7:54 pm in reply to: My edit type in text box is showing up as invisible when i am adding text #256338Hey!
Try doing a manual update via FTP:
Best regards,
JosueHey!
There is a hook you can use to insert content after the header, try adding this to your functions.php file:
function after_head_image_func($content){ echo "<div class='custom_content'><img src='_URL_'></div>"; } add_action('ava_after_main_container', 'after_head_image_func');Cheers!
JosueHi!
No, it won’t.
Regards,
JosueHi
I guess you are using WP 3.9, please update Enfold to its latest version (2.7).
Regarding the plugin, make sure it’s compatible with WP 3.9.
Cheers,
JosueHi!
WordPress by default inserts title tags on images, the solution i suggested worked fine for many users:
jQuery(document).ready(function($){ jQuery('img').removeAttr('title'); });Please note that this is not exactly a theme-issue, it will happen with nearly any WordPress site.
Best regards,
Josue -
AuthorPosts
