Forum Replies Created
-
AuthorPosts
-
Hola,
Moodle es otro CMS, no conozco ningun plugin que “combine” ambos, solo este que te permite importar/sincronizar cursos con WordPress, en cualquier caso no creo que afecte en algo el tema que se use.
Saludos,
JosueHey,
Both workarounds can be achieved with CSS but we’d need to see the site live.
Best regards,
JosueHi,
The site you posted is using Revolution Slider. There may be a way to do that with Sections by changing its
position
value toabsolute
, you could try that.Best regards,
JosueHi,
Can you hand me an administrator account via private reply?
Best regards,
JosueHey,
Try containing both buttons in a single code block element.
Best regards,
JosueHi,
The ALB editor seems to be working fine on my end.
Best regards,
JosueHi,
Is it only happening on the frontpage or it is a sitewide issue?
Best regards,
JosueGlad to help, have a nice weekend :)
Best regards,
JosueEste código debería funcionar:
#mission:hover { background-image: url('http://aderal.es/wp-content/uploads/2016/05/home-aderal-claim.gif'); }
Asegurate de resetear todas las minificaciones / cacheos que tengas activados.
Hi,
Replicate what i’ve did with the first spacer.
Problem is, when you leave an element uncontained an automated color section will be created for it, and that will have the default section padding settings (which are 50px top and bottom), what you need to do is contain the element and set the padding to zero.
I also disabled the min-height sections have with this CSS in style.css:
.avia-section{ min-height: initial; }
Best regards,
JosueMay 29, 2016 at 12:35 pm in reply to: Language selection: Responsive Multi-Purpose Theme (enfold) #639975Polylang/WPML are plugins that allow you to have a complete second (or multiple) version of the site, if you only need one Page you may not need those plugins.
Best regards,
JosueHi,
We need to see the site live in order to help you with your request.
Best regards,
JosueMay 29, 2016 at 12:32 pm in reply to: How to display an archive of portfolio categories, not items #639971Hey,
There’s no such things to do that in Enfold right now, you may need to custom code it or try a plugin like:
https://wordpress.org/plugins/tag-list-widget/Best regards,
JosueMay 29, 2016 at 12:29 pm in reply to: Language selection: Responsive Multi-Purpose Theme (enfold) #639968You can simply create it and place a link to it in the Main Menu.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 29, 2016 at 12:23 pm in reply to: Fullwidth sub menu item background different before scroll #639965Hi,
Which Page contains the FWd Submenu?
Best regards,
JosueHi,
Did you manage to achieve what you wanted with Vinay’s advice?
Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueMay 29, 2016 at 12:17 pm in reply to: reduce height of shop banner and remove parallax effect #639961You are welcome, glad to help :)
Regards,
JosueMay 29, 2016 at 12:16 pm in reply to: Language selection: Responsive Multi-Purpose Theme (enfold) #639960Hey Sven,
You want to have a second version of the whole site in another language or just another Page?
Best regards,
JosueHola,
El estado hover es un video o un gif? ninguno de los dos links que has puesto retorna un archivo (404):
[video src="https://aderal.es/wp-content/uploads/2016/05/home-aderal-promo-message-video.mp4" /]
http://aderal.es/wp-content/uploads/2016/05/home-aderal-promo-message-video.gifSaludos,
JosueHey!
Try adding this code to the Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry .av-inner-masonry{ -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */ animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */ }
Cheers!
JosueMay 29, 2016 at 12:00 pm in reply to: Adding Google Fonts and accessing the various weights in Advanced Styling #639952Hey,
Add those via CSS, paste the following to General Styling > Quick CSS:
h1{ font-weight: 300; font-style: italic; }
Best regards,
JosueHi,
Check it now, the categories needed to be selected in the backend.
Best regards,
JosueMay 29, 2016 at 11:56 am in reply to: reduce height of shop banner and remove parallax effect #639949Hey!
Try adding this code to the Quick CSS:
#av_product_description .av-parallax { transform: none !important; -webkit-transform: none !important; position: absolute; top: 0px !important; height: 240px !important; }
Cheers!
JosueHi,
Please post a link to your portfolio.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header{background: transparent !important;} .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:block;}
Cheers!
JosueHi,
Did you try this code?
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".grid-entry-title a").on('click', function(){ var offsetTop = jQuery(this).offset().top - 150; jQuery(".portfolio_preview_container").css('top', offsetTop); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JosueCan you hand me an admin account too?
Best regards,
JosueMay 28, 2016 at 10:49 pm in reply to: Enfold blocking Add to Cart function on Foodpress Plugin #639870Hi,
Try removing some functions in the actual file (woocommerce-mod.js, i’m not sure which block could be causing the issue.
Best regards,
Josue -
AuthorPosts