Forum Replies Created
-
AuthorPosts
-
Hi!
Can you post a screenshot of the issue? your site is not loading for me.
Regards,
JosueHi Btina!
He’s referring to this plugin:
https://wordpress.org/plugins/better-search-replace/Also try this one:
https://wordpress.org/plugins/wp-force-ssl/Best regards,
JosueAdd this too:
.av-masonry-image-container img { width: 100%; }And place the Masonry Gallery inside a 1/1 Column.
Best regards,
JosueWell it seems to be loading as expected in my end, can you post a screenshot of your view? it may be a caching issue, check in another computer to discard.
Best regards,
JosueHey!
You can use HTML definition lists:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dlCSS styling may be off but we can help you with that.
Regards,
JosueHey!
As we don’t have access to that plugin we can not guarantee it will work with Enfold.
Best regards,
JosueIn child theme functions.php. If you don’t have it, create it and place the code there:
<?php // Replace avia.js function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Hi Keith!
I am unable to use a color section on my page
Why are you not able to use a section in your Page? also, what kind of html anchor tag are you trying to use in a Code Block?
Cheers!
JosueDecember 13, 2015 at 2:44 pm in reply to: Video lightbox only works when logged in to the wp-admin #551661Hey!
I’m afraid this won’t truly replicate your install as the culprit of the issue may be related to the custom domain you’re using. Keep working on the site and when you publish it check if the issue persists, if it does; let us know through this topic.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try the following to disable the gallery fade-in:
https://kriesi.at/support/topic/remove-image-gallery-animation/#post-126380Regards,
Josue// Replace avia.js function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Hey!
I’m a bit confused by your other topic, are you going to use a Masonry element or a Gallery one?
Cheers!
JosueHi Charlotte!
I’m not sure what you’re referring to, mind posting a screenshot of the issue?
Regards,
JosueHey!
Try enabling the “Stretch to fit” option for the background image (in that section).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
I’ve replied to your topic.
Cheers!
JosueHi!
Can you post a link to the contact page? also, what’s the name of the font you’re trying to use (and to which elements)?
Cheers!
JosueHi Charlotte!
Use the following CSS code:
.template-blog .post_delimiter { border-bottom: 1px dotted gray; margin: 0 0 20px 0; padding: 20px 0 0 0; } .post-meta-infos{ display: none; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
p .av_font_icon { float: none; display: inline-block; }Cheers!
JosueDecember 13, 2015 at 1:52 pm in reply to: Video lightbox only works when logged in to the wp-admin #551631Hey!
We’d need to see the issue in action in order to debug it.
Regards,
JosueHi Ron!
If you are using Chrome, you can use the Inspect Element tool, here’s a intro video on how to use it:
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-col-2 .av-masonry-entry { width: 100%; }Cheers!
JosueHi Floris!
Could be a MC limitation, try installing and configuring this plugin and check if the 16 lists appear.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
You’d need to use a custom footer.php (a duplicate) in your child theme directory, around
<!-- end main -->place something like this:<div id="supporters"> <div class="container"> supporters here. </div> </div>If you need to place an ALB shortcode / element there you could use the do_shortcode function.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-gallery-big { display: none !important; } #top .avia-gallery-thumb a img{ padding: 0; }Cheers!
Josue -
AuthorPosts
