Forum Replies Created
-
AuthorPosts
-
Hi,
Open /enfold/template-builder.php and look for (around line 64):
$avia_config['currently_viewing'] = 'page';Replace it by this:
if (is_singular('post')) { $avia_config['currently_viewing'] = 'blog'; }else{ $avia_config['currently_viewing'] = 'page'; }Regards,
JosueHey!
It’s because of this code you have in Quick CSS:
#header_meta .sub_menu { float: none !important; margin-left: auto !important; margin-right: auto !important; padding-left: 0 !important; width: 550px !important; }Wrap it with a media query so it only affects the desktop view:
@media only screen and (min-width: 767px) { #header_meta .sub_menu { float: none !important; margin-left: auto !important; margin-right: auto !important; padding-left: 0 !important; width: 550px !important; } }Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
I think you could try using a Color Section (with the video as the background) + Easy Slider for the slides (inside the color section).
Cheers!
JosueHola,
Los accesos no me funcionan.
Saludos,
JosueMake sure you’re running the latest version of Enfold (3.1.3).
Cheers!
JosuePut your logo as an Image Element below the slider.
Hi,
Can you post the link to your website please?
Regards,
JosueHi Corina!
You’d need to switch off the ALB on those Posts if you want the full content to get fetched in the Blog overview page.
Cheers!
JosueHey!
1. Paste this to your theme / child theme functions.php:
if(!function_exists('avia_header_class_string')) { function avia_header_class_string($necessary = array() , $prefix = "html_"){ $no_lightbox = is_singular("product") ? "av-custom-lightbox" : ""; if(empty($necessary)) $necessary = array( 'header_position', 'header_layout', 'header_size', 'header_sticky', 'header_shrinking', 'header_topbar', 'header_transparency', 'header_mobile_activation', 'header_mobile_behavior', 'header_searchicon', 'layout_align_content', 'header_unstick_top', 'header_stretch', 'header_style' ); $settings = avia_header_setting(); $class = array(); $post_id = function_exists('avia_get_the_id') ? avia_get_the_id() : get_the_ID(); foreach($necessary as $class_name) { if(!empty($settings[$class_name])) { $result = array_filter(explode(' ', $settings[$class_name])); $class = array_merge($class, $result); } } if($post_id) $class[] = "entry_id_".$post_id; $class = apply_filters('avf_header_classes', $class, $necessary, $prefix); if(!empty($class)) { $class = array_unique($class); $class = " ".$prefix.implode(" ".$prefix, $class); } return $no_lightbox.$class; } }2. Paste this to your theme / child theme functions.php:
function change_title_in_wc($args) { if(is_woocommerce()) $args['title'] = "Custom Title"; return $args; } add_filter('avf_title_args', 'change_title_in_wc');3. Use this plugin to change the WC image sizes:
https://wordpress.org/plugins/simple-image-sizes/Best regards,
JosueEsa parte la tiene que cambiar en includes/helper-main-menu.php, alli modifiqué el mensaje original acorde a la estructura de las ultimas versiones
April 2, 2015 at 11:50 am in reply to: Saving didnt work! Please reload the page and try again #422409It’s weird, i actually didn’t do any changes on your installation, perhaps something was changed on the server-side.
Regards,
JosueHi!
If you haven’t modified the parent theme files you don’t need to worry about it. In any case, you can always save a copy of your current theme before doing the update.
Regards,
JosueHey!
Please check it now:
http://jovialconcepts.org/portfolio-item/jovial-futures/I disabled all plugins and re-saved the Permalinks settings.
Best regards,
JosueRefer to the Installation notes:
https://wordpress.org/plugins/zen-menu-logic/installation/Ok, looking forward to hearing from you.
Regards,
JosueHi!
Try with the following shortcode:
[av_codeblock wrapper_element='' wrapper_element_attributes='' escape_html='' deactivate_shortcode='' deactivate_wrapper='']CODE HERE[/av_codeblock]Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .av-main-nav ul.sub-menu a { padding: 4px 15px; }Cheers!
JosueHey!
You should be able to change that here (make sure you’re using the latest version) – http://a.pomf.se/zonxny.png
Best regards,
JosueHola Mario!
Puedes colocar dos botones uno tras otro (en el mismo contenedor), solo asegurate de ponerle esta opcion para que se alineen a lado – http://a.pomf.se/cmzmjn.png
Saludos,
JosueHi,
That’s strange, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Use another left value and/or merge it with media queries so you can control the position of the button in a range of screen sizes:
@media only screen and (max-width: 767px) { #full_slider_1 .avia-slideshow-button { top: 24px; left: 200px; } } @media only screen and (max-width: 1200px) { #full_slider_1 .avia-slideshow-button { top: 24px; left: 200px; } } @media only screen and (max-width: 1400px) { #full_slider_1 .avia-slideshow-button { top: 24px; left: 200px; } }Cheers!
JosueHi,
I see, the thing is, as you are using a single-page menu (with #anchors) it will only work on the home. What you need to do is:
1. Create another menu, for the internal pages and assign it as the Main Menu in Menu Locations
2. Install this plugin: https://wordpress.org/plugins/zen-menu-logic/
3. Go to the Home and assign the original menu, the one with the anchors to show there.Regards,
Josue-
This reply was modified 10 years, 12 months ago by
Josue.
Prueba con esto:
.tabcontainer { border: 0 !important; }April 2, 2015 at 1:25 am in reply to: Saving didnt work! Please reload the page and try again #422230Hey!
Can you check it now please? seems to be working fine, i just changed the footer background color to test.
Regards,
JosueHey!
Yes, it’s tricky. I think i managed to make it work now, please check it.
I had to edit /woocommerce-tab-manager/woocommerce-tab-manager.php too (changed all iterances of “yes” to “on”).
Best regards,
Josue -
This reply was modified 10 years, 12 months ago by
-
AuthorPosts
