Forum Replies Created
-
AuthorPosts
-
Hi!
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!
IsmaelHey audiotech520!
Thank you for using Enfold.
Is this happening when you disable the 3D effect? It seems to only happen on smaller screens.
Best regards,
IsmaelHi!
Please remove the separator or whitespace element that you added to create the gap then add this in the Quick CSS field:
.html_header_transparency #main { padding-top: 260px !important; }Best regards,
IsmaelJuly 14, 2015 at 2:39 pm in reply to: (shipping cost / german: zzgl. versand) break up in two lines after WC Update #473191Hey aovivo!
Thank you for using Enfold.
Do you want to remove it? Add this in the Quick CSS field:
.woocommerce_de_versandkosten { display: none; }Cheers!
IsmaelHi urdaniz!
Thank you for using Enfold.
The slider is working fine when I checked the page. I think we can hide the notices. Add this in the wp-config.php file:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Regards,
IsmaelHi!
You can set the background size to 100% but it will distort the image a bit.
.avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-position: center center; }The background size property is set to cover by default to keep the aspect ratio of the image.
Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
Best regards,
IsmaelHey!
Add a folder called “includes” in the child theme folder then copy the error404.php file inside. It will not be overwritten when you update the theme.
Cheers!
IsmaelJuly 14, 2015 at 2:14 pm in reply to: Display Excerpt & Changing blog post to a new template #473173Hi!
You have to add the post meta info manually, either by using a code block or a text block. This is the html markup of the post meta info:
<span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2015-03-10T03:44:37+00:00">March 10, 2015</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://localhost/kriesi/enfold/blog/link-post/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://localhost/kriesi/enfold/blog/category/air/" rel="tag">Air</a>, <a href="http://localhost/kriesi/enfold/blog/category/earth/" rel="tag">Earth</a>, <a href="http://localhost/kriesi/enfold/blog/category/fire/" rel="tag">Fire</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://localhost/kriesi/enfold/blog/author/admin/" title="Posts by admin" rel="author">admin</a></span></span></span></span></span>Best regards,
IsmaelHi ACNLatitudes!
Thank you for using Enfold.
I checked the pages and the input fields are 100% in width. Did you figure this out?
Regards,
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
The related section image is set to 180x180px by default. You can increase or decrease the thumbnail size if you want. The actual container size is 60x60px. Use this plugin to resize the “square” thumbnail size in the Settings > Media panel. Don’t forget to regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Anyway, the related section looks fine when I checked it:
Best regards,
IsmaelJuly 13, 2015 at 11:43 am in reply to: Problem with Language Switcher w/ WPML / not all languages appear in mobile mode #472293Hi cguiguet!
Thank you for using Enfold.
Add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>.avia_wpml_language_switch>li { display: block; padding: 5px 2px; float: left; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { height: 64px; }}Cheers!
Ismael -
AuthorPosts

