Forum Replies Created
-
AuthorPosts
-
July 22, 2014 at 6:18 am in reply to: Slider text preview is different from whats displayed in the browser #294180
Hi Igor,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main_alternate .avia-button-wrap { position: absolute; left: 10px; top: 65px; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s because that element is inside a Color Section with this setting selected.
Best regards,
JosueJuly 22, 2014 at 4:19 am in reply to: keep the position of Social bookmarks and Secondary menu #294141Hey!
Try with this:
.sub_menu { float: right !important; width: auto !important; position: relative !important; } .social_bookmarks{ width: auto !important; display: block !important; }Cheers!
JosueJuly 22, 2014 at 4:14 am in reply to: How do I remove the div box (all lines) of the accordion? #294140Hey!
Try adding this too:
.toggler { background: transparent !important; } .toggle_content { border: 0 !important; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Can you please post a link to “the page”?
Best regards,
JosueHey Anders!
I don’t think we are allowed to do that. You could try extracting the scripts and styles from their respective folders (/js and /css) and build a HTML template from that.
Regards,
JosueHi!
That bottom space is coming from the image source, try cropping it and then re-upload it.
Cheers!
JosueHey Ryan!
You can add a class by activating this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Cheers!
JosueJuly 22, 2014 at 3:38 am in reply to: Odd hover effect on image in footer and layerslider image distortion #294125Hey!
Have you tried seeing it on a different system? here’s how it looks on my end (Windows 7 / IE8):

Regards,
JosueHi!
Use this plugin to change those strings:
https://wordpress.org/plugins/codestyling-localization/Look for “Share on” in the translation file.
Cheers!
JosueHi!
The section goes black for a few seconds but then the video does load, tested in Safari 7.0 / OS X 10.9:

Best regards,
JosueHey!
Change the order of the elements this way:
- mobile-slider
- desktop-slider
- next-section
Best regards,
JosueHi,
Switch to the default WP theme (Twenty Fourteen), once you done that check if the contact form works or not (i set up a test page here: http://enveconit.com/test-cf/).
Regards,
JosueJuly 21, 2014 at 11:41 pm in reply to: Odd hover effect on image in footer and layerslider image distortion #294077Hi!
I tried accessing the dev site but a gray maintenance mode screen prompted:
http://dev.gemcovalve.com/Best regards,
JosueHi!
The functions.php file should be located in the theme folder root (/wp-content/themes/enfold). Regarding the custom function try using this plugin to add it.
Regards,
JosueHi!
The tooltip size will depend on the tooltip content, regarding the scrollbars, try adding this to the Quick CSS:
.gm-style .gm-style-iw, .gm-style .gm-style-iw { min-width: 330px !important; }Cheers!
JosueJuly 21, 2014 at 9:10 pm in reply to: Video fall back on tablet and mobile with full width easy slider #294032Hi!
You need to change the link to avoid the autolightbox script (it catches vimeo and youtube links), i used a shortener (http://bit.ly).
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Sander!
Could you specify what part (section or layerslider) refers to ‘prijzen’?
Best regards,
JosueJuly 20, 2014 at 7:30 am in reply to: remove_filter('the_title', 'wptexturize'); do not work with share social button #293543Hi!
Try:
function rm_texturize_func() { remove_filter('the_title', 'wptexturize', 1000); } add_action( 'init', 'rm_texturize_func');Cheers!
JosueHey!
It’s possible, enable this, create two sliders and set a different class to each one (lets say mobile_slider and desktop_slider). Then add something like this to the Quick CSS:
.mobile_slider{ display: none; } @media only screen and (max-width: 767px) { .mobile_slider{ display: block; } .desktop_slider{ display: none; } }Regards,
JosueHey!
I believe this is more of a server issue rather than a theme one, please check if the issue persist with the default WordPress theme activated (check if the FS contact form work on inner pages).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueJuly 19, 2014 at 10:29 pm in reply to: Hide Featured image on Pages – none of the CSS I found in the forum works #293469You are welcome Tom, always glad to help :)
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Michael,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .responsive .container .one.unit, .responsive .container .one.units, .responsive .container .two.units, .responsive .container .three.units, .responsive .container .four.units, .responsive .container .five.units, .responsive .container .six.units, .responsive .container .seven.units, .responsive .container .eight.units, .responsive .container .nine.units, .responsive .container .ten.units, .responsive .container .eleven.units, .responsive .container .twelve.units, .responsive #top #wrap_all .flex_column { width: 100%; margin-left: 0; margin-bottom: 20px; } }Cheers!
Josue -
AuthorPosts
