Forum Replies Created
-
AuthorPosts
-
Hey endoradigital!
Thank you for using Enfold.
It’s not possible to add a container above the breadcrumbs without modifying the theme files. You can edit the includes > helper-main-menu.php file if you want to add a container below the main navigation. A screenshot will help.
Cheers!
IsmaelHey!
I checked the shop page and the cart buttons are fixed. Looks like you managed to adjust the css.
Best regards,
IsmaelHi!
Please use this:
@media only screen and (max-width: 767px) { .responsive #top .logo, .responsive #top .logo img { height: 160px !important; max-height: 160px !important; } .responsive #top .logo { width: 100%; }}
Cheers!
IsmaelHi Groeier!!
Thank you for using Enfold.
That is the default behavior of the language switcher. Try to go to the english version of the blog page then hit the flag. It will go to the main language home page. http://www.bemorail.com/news/
Regards,
IsmaelHi manuelap!
Thank you for using Enfold.
They will be included in the mobile menu as a collapsible menu item. The style will be a bit different from desktop view.
Cheers!
IsmaelHey!
You need to add css media queries in order to adjust the position of the image on different screen sizes. https://css-tricks.com/css-media-queries/
EXAMPLE:
@media only screen and (max-width: 767px) { .avia-image-container.av-styling-.avia-builder-el-5.avia-builder-el-no-sibling.avia-align-center { bottom: -100px; } }
This will affect screens smaller than 768px.
Regards,
IsmaelHey timchurchman!
Thank you for using Enfold.
I checked the second slide and the wallet stays center aligned even on smaller screens. Can you please provided a screenshot of the issue?
Regards,
IsmaelHey!
I’m sorry but there is no number icons available in fontello. Can you please provide a screenshot of what you’re trying to do? I checked the pages or links above and I’m not sure if that’s how they are supposed to look. The containers are not full width. Is that intentional?
Best regards,
IsmaelHi!
Yes, it will improve the page load a bit because it doesn’t need to load the fb widget.
Regards,
IsmaelHi!
Alright. We edited the widget for you. Please use this in the Quick CSS field to change the position of the widget:
.location-widget { position: absolute; top: 0; right: 160px; }
Cheers!
IsmaelHi!
You need to do it in the Quick CSS field. In your screenshot, you place a -200px left padding, not margin.
Regards,
IsmaelHi!
Replace the code with this:
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // edit default title function avf_title_args_mod($args,$id) { ob_start(); echo '<div id="sub_menu1" class="av-submenu-container main_color container_wrap sidebar_right" style="z-index: 301; top: auto; position: absolute;"><div class="container av-menu-mobile-disabled">'; wp_nav_menu( array('menu' => 'test submenu', 'menu_class' => 'av-subnav-menu av-submenu-pos-center')); echo '</div></div>'; $menu = ob_get_clean(); $args['html'] = "{$menu}<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}></div></div>"; return $args; }
Regards,
IsmaelHi!
I checked the home page but there is no layer slider there. Where did you add the layer slider?
Best regards,
IsmaelJuly 15, 2015 at 11:23 am in reply to: Scroll Down in Color Section does not work on mobile. #473615Hey!
I checked the site on an iPod Touch, Chrome and the color section arrows are working. Which browser did you use?
Cheers!
IsmaelHey!
Did you build the post using the advance layout builder? If you did, unfortunately, all dynamic post shortcodes are not going to work.
Best regards,
IsmaelHi!
What do you mean by ” FaceBook pages”? Do you want to use a facebook share or likebox plugin?
Regards,
IsmaelHi!
This is the best social sharing plugin that I’ve used so far. You need to have an account in order to use it. The account is free: http://www.addthis.com/
Regards,
IsmaelHey!
Did you try the suggestion above? https://kriesi.at/support/topic/blog-adaptions/#post-471371
Best regards,
IsmaelHey!
I updated the code in the pastebin, please try it. http://pastebin.com/kg7KDvPH
I tried to edit the file via FTP but it doesn’t seem to be working. Do you have any kind of cache plugin installed? Are you sure this is the correct directory?
Best regards,
IsmaelHi!
I want to check the page but this link isn’t loading: http://californiaintercambio.com.br/this-is-a-nice-post/
Cheers!
IsmaelJuly 14, 2015 at 4:16 pm in reply to: Display Excerpt & Changing blog post to a new template #473280Hey!
Yes, unfortunately, you have to update it manually. FYI, the file that is being used when you use the ALB for post or for pages is the template-builder.php file. You can modify that file to add the post meta info automatically but that’s something we can’t provide here. You can contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
I tried to login to the site but I got an error:
Error 406 – Not Acceptable
Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.
EDITED: Glad you fixed it! :)
Regards,
IsmaelJuly 14, 2015 at 4:05 pm in reply to: Fullwidth Easy Slider images will not upload from the library #473268Hey!
This format (.tiff) is not supported by all browsers that’s why it’s not officially supported by WordPress. You have to convert the files to jpeg before uploading them to WordPress. You can find the image format browser stats here: https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support
Cheers!
IsmaelHey!
@ElizabethB: I tried to upload an image in the media library and it works fine. After that, I created a test page then added the image. You can check it here:http://work.elizabethbrooks.net/wp-admin/post.php?post=1741&action=edit
http://work.elizabethbrooks.net/test-page/For everyone else here, please create a new thread. We’ll tackle the issue in your own thread.
Cheers!
IsmaelJuly 14, 2015 at 3:52 pm in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #473253Hi!
Alright. The post type name is “gallery-items”, not “galleries”. Is that correct? What happens when you replace “galleries” with “gallery-items”?
/* to display advanced portfolio setting for gallery CPT */ add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'post', 'gallery-items'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'post', 'gallery-items'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }
Cheers!
IsmaelHi!
The auto update from the envato api is having some issues at the moment and hopefully will be fixed in the next few days. For now, try to remove the API data in the Theme Updates panel then reset the page. https://kriesi.at/support/topic/very-slow-admin-back-end/#post-469317
Cheers!
IsmaelHey emin!
Thank you for using Enfold.
You can enable that using css but it will break the layout of the forum table. Refer to this link: https://kriesi.at/support/topic/bbpress-is-not-showing-as-it-should/#post-432102
Cheers!
IsmaelHey!
Looks like you modified the footer.php and header.php file in the child theme folder. Please try to deactivate those files temporarily. You can do this by renaming the files. Test the page again.
Best regards,
IsmaelHey!
Did you create a backup of the .htaccess file before editing it? Please ask your hosting provider to restore the site from a backup.
I checked the site and html markup of the section is quite different from usual. Did you add any html tags inside a text or code block? Please check if they are closed properly. If you add this in the Quick CSS field, you’ll see the invisible sections:
.js_active .av-minimum-height .container { opacity: 1 !important; }
Cheers!
Ismael -
AuthorPosts