Forum Replies Created
-
AuthorPosts
-
Hi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueWe looking forward to hearing from you Bruno :)
Regards,
JosueHey!
Try using the shortcode:
[av_codeblock wrapper_element='' wrapper_element_attributes='' escape_html='' deactivate_shortcode='' deactivate_wrapper=''] CODE HERE [/av_codeblock]Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function wpdocs_dequeue_enfold_popup() { wp_dequeue_script( 'avia-popup' ); wp_dequeue_style( 'avia-popup-css' ); } add_action( 'wp_print_scripts', 'wpdocs_dequeue_enfold_popup', 100 );Cheers!
JosueHi!
Try with this code:
<ul class="pics"> <li><a href="" title="title01" class="noLightbox"><img src="img01" /></a></li> <li><a href="" title="title02" class="noLightbox"><img src="img02" /></a></li> ...... </ul>Cheers!
JosueHi,
Please contact the plugin author for more info about the issue. As this is not a problem with the theme is out of the support scope we can offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
To change the number of columns in the Tag/Archive pages look for this line:
'columns' => 3,In tag.php and archive.php. To change the excerpt length you’d need to use a filter, see: http://matthewfecher.com/webdesign/wp-quick-tip-how-to-change-the-excerpt-length/
Cheers!
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1/Cheers!
JosueHi!
Can you post a link to the page where you are trying this form?
Regarding showcasing code, do it this way: http://screencast.com/t/XxKPgqNpTT
Cheers!
JosueHey!
It’s fixed:
http://www.halifaxglobal.com/blogYou needed to set the Blog settings in Theme Options:
http://www.halifaxglobal.com/wp-admin/admin.php?page=aviaBest regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Check it now, you need to put at least an empty Text widget to reset the default ones.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { min-height: 0 !important; height: 0 !important; }Cheers!
JosueHi Nate,
I haven’t tested this but try adding this code at end of your theme / child theme functions.php file:
function add_custom_script(){ if(is_page(array(2,4,5)){ ?> <script> jQuery(window).load(function(){ jQuery("html").removeClass("responsive responsive_large"); }); </script> <?php } } add_action('wp_footer', 'add_custom_script');Change “2,4,5” by the IDs of the Pages where you want to disable the responsiveness.
Regards,
JosueHey!
Are you using the latest version of Enfold (2.9.1)?
Best regards,
JosueHi!
The child stylesheet is getting included correctly but you have a typo in the code – http://screencast.com/t/aOqJvvkiRS
Best regards,
JosueHi!
The problem is that those portfolio items don’t have a featured image set, you’d need to set one for them and it should be larger than the size you selected (495×400).
Cheers!
JosueJuly 18, 2014 at 12:10 am in reply to: Odd hover effect on image in footer and layerslider image distortion #292721Hey!
1. Try adding this code to the Quick CSS:
#footer span.image-overlay.overlay-type-extern { top: 0px !important; }Cheers!
JosueHi!
Try increasing the PHP allocated memory:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueYou can upload it to Dropbox or Google drive and share the link with us privately (“Set as private reply”).
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { ul#avia2-menu { clear: both; } }Cheers!
JosueHello!
That’s possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Best regards,
JosueHi!
If i understood correctly, what you want to achieve is to have texts instead of images as masonry blocks?
Regards,
JosueJuly 17, 2014 at 11:45 pm in reply to: Blog Posts with Grid Layout odd columns doesn't display correctly #292707Hi Marcella,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts
