Forum Replies Created
-
AuthorPosts
-
Hey!
There is no LayerSlider slider in the page you posted, can you link to the exact page with the issue?
Best regards,
JosueHey!
There is no way to do that right now unfortunately, if you really need it you can request a customisation quote from a third-party provider here.
Regards,
JosueMay 22, 2015 at 11:58 pm in reply to: After update from 3.1.3 to 3.1.5, color scheme selector not working #448731Hey!
I changed the scheme from the Splash Red to Splash Orange and it seems to be working fine, no errors in the console so far.
Cheers!
JosueMay 22, 2015 at 11:56 pm in reply to: SEO nofollow link added to icon box on particular page #448730Hi,
There is no option for that yet, you’d need to edit the code that generates this shortcode, open /config-templatebuilder/avia-shortcodes/iconbox.php and look for line 311:
$title = "<a href='{$link}' title='".esc_attr($linktitle)."' $blank>$linktitle</a>";Replace it by this:
$title = "<a href='{$link}' rel='nofollow' title='".esc_attr($linktitle)."' $blank>$linktitle</a>";Regards,
JosueHey!
Try adding this code to the Quick CSS:
img.ls-l { width: auto !important;; height: auto !important; }Cheers!
JosueHey!
Install this plugin and try pasting the code there instead (Plugins > Edit functions).
Best regards,
JosueStill can’t connect. Ok, first enable WP_DEBUG to see where the error is coming from and then we’ll see how to fix it:
https://codex.wordpress.org/WP_DEBUGCheers!
JosueHi!
Change your
#principalsqlcode to:.responsive #top #principalsql .container { max-width: 100%; padding: 0; margin: 0; width: 100%; }Best regards,
JosueHi!
Remember to purge your caching / minification after doing this change.
Cheers!
JosueHi!
Refer to this article:
http://kriesi.at/documentation/enfold/enfold-menu-item-limit/Cheers!
JosueIt’s not allowing me to connect:
Connection timed out or server hung up. The server you are connecting to may be configured to limit the number of connections you are allowed to make.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
1. Go to Appearance > Menus and uncheck “Enfold Footer Menu”
2. Add this code to Quick CSS:#top .social_bookmarks li a { font-size: 22px; }Regards,
JosueMay 22, 2015 at 11:29 pm in reply to: Create an anchor on individual pictures of a fullwidth slider (2) #448708Hey Coco!
You can’t set an ID to each slide but you are allowed to put HTML content in the caption of the slide, for example something like this will create an anchor:
<div id="anchor"></div>Regards,
JosueYeah, check it now:
add_filter('avf_title_args', function($args) { if(tribe_is_past() || tribe_is_month() || tribe_is_upcoming() && !is_tax()){ $args['title'] = "CWM Events"; $args['link'] = ""; } return $args; }, 10, 1);Regards,
JosueBummer, can you hand me a FTP / SFTP account temporarily? i can fix it for you very quickly.
Regards,
JosueHey!
3. Ah, i see, use
<em></em>instead of<i></i>.4. Refresh a few times, here’s how i see it – http://a.pomf.se/sdvoba.png
Cheers!
JosueI don’t know exactly to be honest, just disabled the plugin and the issue was gone. I’d suggest using this plugin instead, we use it here at Kriesi.at and it works fine with the theme so far.
Regards,
JosueMay 22, 2015 at 11:15 pm in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448699No worries Eckhard, glad to help :)
Best regards,
JosueHey Mary!
Change it to:
#top .single-post .avia-post-nav { display: none !important; }Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
You’re having the WC jquery cookie issue, try the following:
https://my.westnic.net/howtos/woocommerce-jquery-cookie-fails-to-load.htmlRegards,
JosueHey!
Try using a Code Block (Contents Elements) instead.
Regards,
JosueMay 22, 2015 at 10:48 pm in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448680Hi Eckhard!
Use Perfect Grid and add this to Quick CSS / child style.css:
.av-masonry-entry.av-masonry-item-with-image { min-height: 500px; }Adjust as needed.
Cheers!
JosueHey!
Some configuration in W3 Total Cache caused it, i disabled it now and its fixed.
Regards,
JosueHey!
3. Hm, on what page is the form?
4. Add this to Quick CSS:
@media only screen and (max-width: 767px) { #top .consultation_cta { padding: 4px 12px; } }Cheers!
Josue -
AuthorPosts
