Forum Replies Created
-
AuthorPosts
-
July 23, 2016 at 8:58 pm in reply to: Woocommerce / Enfold Permalinks no products in categories #664245
Hi,
Does it get fixed if you change the Permalinks settings? (try setting it to default).
Best regards,
Josue¿Como deseas que luzca exactamente? me puedes poner una screenshot?
You are welcome, glad to help :)
Regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueChange the CSS code to:
#top.category-rides #header .av-main-nav > li > a {color: #808080;} #top.category-rides #header .av-main-nav > li#menu-item-523 > a {color: red;}
Hola @pendulomix,
Porfavor crea un nuevo hilo indicando que es lo que quieres cambiar exactamente y te ayudaremos.
Saludos,
JosueJuly 22, 2016 at 5:46 pm in reply to: How to make all slides the same height on full width easy slider? #663999You are welcome, glad to help :)
Regards,
JosueJuly 22, 2016 at 5:40 pm in reply to: How can I change the word “All” for the Portfolio Category Filter ? #663993Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHola,
Que es lo que no funciona exactamente? hice una prueba de añadir un producto –
Lo otro, cambia el acceso cuando puedas, estuvó publico por un tiempo.
Saludos,
josueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('wp_head', function() { ?> <style> @font-face { font-family: ‘caviar_dreamsregular’; src: url(“http://monarchejuice.com/fonts/caviardreams_regular_macroman/CaviarDreams-webfont.eot”); src: url(“http://monarchejuice.com/fonts/caviardreams_regular_macroman/CaviarDreams-webfont.eot?#iefix”) format(“embedded-opentype”), url(“http://monarchejuice.com/fonts/caviardreams_regular_macroman/CaviarDreams-webfont.woff”) format(‘woff’), url(“http://monarchejuice.com/fonts/caviardreams_regular_macroman/CaviarDreams-webfont.ttf”) format(‘truetype’), url(“http://monarchejuice.com/fonts/caviardreams_regular_macroman/CaviarDreams-webfont.svg#caviar_dreamsregular”) format(‘svg’); font-weight: normal; font-style: normal; } </style> <?php });
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueJuly 22, 2016 at 11:47 am in reply to: How to make all slides the same height on full width easy slider? #663814Hey!
Try adding this code to the Quick CSS:
ul.avia-slideshow-inner { max-height: 500px; }
Cheers!
JosueHey Krissie,
Can you post a screenshot of what you’re referring to? i didn’t note anything unusual when editing that Page.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top.woocommerce-page .av-parallax.avia-full-stretch { transform: none !important; height: 100% !important; } #top.woocommerce-page .av-parallax-inner { background-size: contain; }
Cheers!
JosueJuly 22, 2016 at 11:26 am in reply to: How can I change the word “All” for the Portfolio Category Filter ? #663799Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_portfolio_sort_first_label', function() { return "Something"; });
Cheers!
Josue-
This reply was modified 8 years, 11 months ago by
Josue.
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_category_name($classes = '') { if(is_single()) { $category = get_the_category(); $classes[] = 'category-'.$category[0]->slug; } return $classes; } add_filter('body_class','add_category_name');
That should set the category slug as a body class, that way you’d know if a Post of certain category is being show and adjust the CSS accordingly:
#top.category-events-rides #header .av-main-nav > li > a {color: #808080;} #top.category-events-rides #header .av-main-nav > li#menu-item-523 > a {color: red;}
Makes sense?
Cheers!
JosueHey,
You can achieve that with a FullWidth Submenu element (so you’d build a Page with a Color Section and then a FWD Submenu), the header/logo thing could be done with custom CSS i think.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
ul.sub-menu { transform: translateY(-90px); }
Cheers!
JosueJuly 22, 2016 at 11:13 am in reply to: Using portfolio items with featured image in Masonry Gallery #663788Hi Nick,
I guess you have the two themes in one install, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 22, 2016 at 11:11 am in reply to: Woocommerce / Enfold Permalinks no products in categories #663786Hello,
Have you tried disabling all third-party plugins (except WC) to see if it gets fixed? also can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey,
Are you using an Image element or just setting them as backgrounds of each cell?
Best regards,
JosueHi!
Can you post a screenshot of your view? i’m not noting the issue.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.header_bg{ opacity: 1 !important; }
Cheers!
JosueJuly 22, 2016 at 11:06 am in reply to: Unwanted audio for lightbox video when multiple color sections with video backgr #663778Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey spleeky,
The easiest way to fix this is to edit the logo, add the vertical padding to the image manually and upload it again.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 140px !important; } } .phone-info span{ font-size: 16px; color: red; }
Cheers!
JosueHi,
Have you checked in another computer / browser? i’ve used ACF Pro with Enfold without any issues.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosuePrueba con este codigo:
.tabcontainer { border-bottom: 1px solid; }
You are welcome, glad to help :)
Regards,
Josue -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts