Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHey Cindy!
Sure, we’re always here to help :)
Regards,
JosueHi!
Login details are not working.
Cheers!
JosueMarch 6, 2015 at 11:05 pm in reply to: WP Enfold Layerslider: How to put static content above the slider? #407327You are welcome, always glad to help :)
Regards,
JosueHey!
I see, use this instead:
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{ -webkit-transform: none !important; -moz-transform: none !important; transform: none !important; }Cheers!
JosueHey!
Change this in Quick CSS:
.custom_content { right: -15%; }To:
.custom_content { right: -9%; }Regards,
Josue-
This reply was modified 11 years ago by
Josue.
March 6, 2015 at 11:08 am in reply to: Al clonar web problema con el menú superior (limita entradas y se desconfigura) #406912Hola,
Me parece que puede ser un problema de limites, prueba instalar este plugin:
https://github.com/sevenspark/menu-limit-detector/archive/master.zipCuando vayas a Menus te debería salir un diagnostico.
Saludos,
JosueHey!
This seems to be a limitation when using a custom post type (portfolio), to get the RSS feed of these post types you’d need to use the following URL:
http://website.com/feed/?post_type=portfolioBest regards,
JosueMarch 6, 2015 at 10:35 am in reply to: Add custom font which aren't listed as official Google fonts #406903Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function include_font() { ?> <style> @import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css); body{ font-family: 'Open Sans Hebrew', serif; } </style> <?php } add_action('wp_head', 'include_font');Cheers!
JosueHey Greg!
This user had the same issue and he fixed it by setting a bigger thumbnail image in the YouTube video:
https://kriesi.at/support/topic/layer-slider-youtube-the-preview-image-is-invisible/Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; }Cheers!
JosueHey!
Make sure to set the menu items like this – http://screencast.com/t/7YEKCZMQc5e4 (without the full URL).
Cheers!
JosueHola Belama,
Eso es algo que ya hemos discutido aqui en el foro, por favor revisa este hilo (yo puse una posible solucion, tambien lee la respuesta de Kriesi de porque ALB funciona asi):
https://kriesi.at/support/topic/_avialayoutbuildercleandata-keeping-data-old/#post-320732Saludos,
JosueMarch 6, 2015 at 10:05 am in reply to: WP Enfold Layerslider: How to put static content above the slider? #406890Hi!
Try with this code:
#after_layer_slider_1 .flex_column.av_one_third.avia-builder-el-3 { position: relative; top: -200px; background: red; /* remove this, it's for visual purposes */ height: 1000px; /* remove this, it's for visual purposes */ } #after_layer_slider_1 { z-index: 3; }Cheers!
JosueHey!
A lighter image (in size), i though the iPad didn’t want to load it because of it (image).
Best regards,
JosueHey!
Please make the user an Administrator.
Best regards,
JosueHi,
Hand me a FTP account via private reply.
Regards,
JosueHi!
Enable the following:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/That will include a textarea below ALB containing the generated shortcodes so you can copy them wherever you want.
Regards,
JosueMarch 5, 2015 at 10:17 am in reply to: Pricing table class names rendered with an apostrophe #406304You are welcome, always glad to help :)
Regards,
JosueHi Brian,
Elliott’s code works, just make sure to copy it from the forum reply (when you copy it from the mail notification some characters are pasted incorrectly).
Best regards,
JosueHi!
I guess you are referring to the Portfolio Grid, here’s the default shortcode:
[av_portfolio columns='4' one_column_template='special' items='16' contents='yes' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes' query_orderby='date' query_order='DESC']Cheers!
JosueSure, we are here to help :)
Regards,
JosueHi Enffie,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your site please?
Regards,
JosueHi!
Try the following:
https://kriesi.at/support/topic/instant-ajax-search-on-sidebar/P.S. You can put a sidebar widget in the content of a Page using the Widget Area element.
Best regards,
JosueHi!
I guess “Paris” is a custom taxonomy, try using this plugin:
https://wordpress.org/plugins/wp-permastructure/Please note that this is more of a WordPress request rather than a theme one.
Best regards,
JosueHi!
Use this:
#subscribe-submit input[type="submit"] { background: #579ad9; color: white; border: 1px solid #579ad9; } #subscribe-submit input[type="submit"]:hover { background: #5ba1e3; color: white; border: 1px solid #5ba1e3; }Cheers!
JosueHey!
I do understand you, but these are two different issues:
1. For some reason images found in your Media Library aren’t being regenerated, manually uploaded images work fine.
The slider is working as expected, you selected theFeatured (1500x430)image size and that’s the image size the Slider is calling (at least for the first slide, which is the one i uploaded manually).2. You’re trying to control the height of a fullwidth element and that’s not possible.
You can’t directly control the height of the FullWidth Slider because the Slider fills the whole available space (hence “full width”) so the height will vary depending on the window size, if that’s not what you expected i’d suggest trying out a non-FullWidth Slider like the Easy Slider.Regards,
Josue-
This reply was modified 11 years ago by
Josue.
-
This reply was modified 11 years ago by
-
AuthorPosts
