Forum Replies Created
-
AuthorPosts
-
November 8, 2018 at 10:05 pm in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031401
Hi,
This is because each element is given a class automatically, such as “avia-builder-el-20” but when you add another element this may change the number in the auto class.
To correct please enable custom IDs and classes by going to Enfold Theme Options > Layout Builder > Show element options for developers
Then go to your two post sliders and give them each a unique class, such as “firstpostslider” & “secondpostslider” then replace the auto class with your custom one, like this:.secondpostslider span.blog-categories.minor-meta, .secondpostslider span.av-vertical-delimiter, .secondpostslider .slide-image { display: none !important; }Please note that classes begin with a dot and IDs begin with a hash mark. If you have any troubles then go ahead and add your special heading, and we will look and post the updated css.
Best regards,
MikeNovember 8, 2018 at 8:30 pm in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031365Hi,
For your slider issue, please replace your css with this:#top.home .avia-builder-el-14 .avia-content-slider-inner { height: 320px !important; }For the second issue, I see now that I was looking at the wrong element, please use this css instead:
.avia-content-slider1.avia-builder-el-20 span.blog-categories.minor-meta, .avia-content-slider1.avia-builder-el-20 span.av-vertical-delimiter, .avia-content-slider1.avia-builder-el-20 .slide-image { display: none !important; }Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeNovember 8, 2018 at 2:44 pm in reply to: Cannot translate text label "Read more" on buttons on Blog posts #1031280Hi,
Thanks, we close the topics, but I like to confirm before I do :)
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
To reduce the spacing between the 5 blue columns (CATEGORIES AND OTHER EVENTS) and also allow them to go full width for mobile, Please try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { #top.home #av_section_4 .flex_column.av_one_fifth { margin-left: 1% !important; width: 19% !important; } }please feel free to adjust to suit, notice the width & margin equals a total of 20%, these two must equal this.
For the 3 columns “services”, try this css:
@media only screen and (min-width: 768px) { #top.home #services .flex_column.av_one_third { margin-left: 1% !important; width: 32% !important; } }please feel free to adjust to suit, notice the width & margin equals a total of 33%, these two must equal this.
Best regards,
MikeHi,
Please check the setting at Enfold Theme Options > Main Menu > Menu Items for mobile > Activate only for Smartphones (browser width below 768px)
Then clear your browser cache.
Your brake point seems to be set to 990px
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeNovember 8, 2018 at 1:48 pm in reply to: blogpage, moving the content from the sidebar from bottom to the top #1031251Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeNovember 8, 2018 at 1:47 pm in reply to: Cannot translate text label "Read more" on buttons on Blog posts #1031250Hi,
I took a look at your page, and believe this is the css to center your single posts.single-format-standard .template-page .post-entry { right: 0px !important; }Best regards,
MikeHey duletzki,
— Translated with Google —
Um das Suchsymbol zu vergrößern, versuchen Sie diesen Code im Feld General Styling> Quick CSS:.responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 48px !important; }Wenn dies nicht hilft, klicken Sie bitte auf Ihre Seite, damit wir Ihnen weiterhelfen können.
Best regards,
MikeHey duletzki,
— question Translated with Google —
how can I hide the burger menu? In the desktop version it is not displayed, in the mobile version I always see the burger menu icon without navigation content.
Thanks + best regards
———-
If I understand correctly you want to hide the burger menu from the mobile version, in this case Please try this code in the General Styling > Quick CSS field:.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon { display: none !important; }— answer Translated with Google —
Wenn ich richtig verstanden habe, dass Sie das Burger-Menü vor der mobilen Version ausblenden möchten, versuchen Sie es in diesem Fall mit dem folgenden Code im Feld General Styling> Quick CSS:.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon { display: none !important; }Best regards,
MikeNovember 8, 2018 at 1:01 pm in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031218Hey HostageMedia,
To remove everything from the posts except the title, please try this code in the General Styling > Quick CSS field:.entry-content-header span.blog-categories.minor-meta,.entry-content-header div.entry-content,.entry-content-header span.av-vertical-delimiter,.entry-content-header span.post-meta-infos,.post-entry div.blog-meta,.post-entry div.post_delimiter,.post-entry .post_author_timeline { display: none !important; }Best regards,
MikeHey web6s,
Thank you for the link, I took a look at your page, but it seems the product description tab is below the product image already.
Unless you mean that you would like the product description tab in the same column as the images, and below, in which case it looks like the columns will also need to be adjusted for width.
Please advise.Best regards,
MikeHi,
Please try adding your css in a media query rule, like this”@media only screen and (max-width: 767px) { /* add your css here */ }this will allow the css to only work of screens smaller than 767px
Best regards,
MikeHey amrod1,
I believe that you are referring to this issue please see the linked page for the solution.Best regards,
MikeNovember 8, 2018 at 6:18 am in reply to: blogpage, moving the content from the sidebar from bottom to the top #1031120Hi,
I took a look at your page and it looks like the element below the “FOTOSHOOTINGS STATISTIK 2018” is a color section, color sections are full width elements which will cause your sidebar to always show below it.
Please remove this color section and your sidebar will return to the correct placement.Best regards,
MikeHi,
Sorry for the late reply, Please try using the blog element, it will allow you to choose to show 1 post if you wish. You can choose to show a category, product, or a tag, which might be the best for you because you could set only one item to have that tag.
It will also have a layout to match the theme, and you can choose to show the full content or a excerpt:

If you would like to use a shortcode instead of a advanced layout builder element, then please open a new post using the default editor and use the “magic wand” in the menu to create a shortcode, it will open the element so you can make your choices, and when you save the shortcode will be shown in the post.


You may find this shortcode easier to use because it includes the layout, but if you want to continue with your shortcode creation, please see this post: How to make a Shortcode to display a custom loop of postsBest regards,
MikeNovember 8, 2018 at 5:09 am in reply to: Cannot translate text label "Read more" on buttons on Blog posts #1031090Hey JanMiHero,
Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_translate_script(){ ?> <script> (function($){ $(document).ready(function(){ $(".read-more-link a.more-link").text("Přečtěte si více"); $(".related_posts h5.related_title").text("Mohlo by se vám líbit"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_translate_script');Best regards,
MikeHi,
This looks like the privilege for the token have not been set correctly, please read this postBest regards,
MikeNovember 8, 2018 at 4:40 am in reply to: Adding titles to specific portfolio item when displayed in Lightbox #1031076Hi,
@octamedia in this case there was code hiding the titles for other pages and elements already, and you probably don’t have this situation. So the best thing to do would be to link to your page so we can examine it.
Please open a new thread so we can assist, since this is not your thread your info will not be private here, thanks for your understanding.Best regards,
MikeHi,
For the screen size 76px to 989px, and have the social icons in the top bar & have the burger menu inline with the logos, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks { display: block !important; text-align: center !important; } .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks { display: none !important; } .responsive #top #wrap_all .main_menu { top: -90px !important; } .avia-menu.av_menu_icon_beside { padding-right: 0px !important; margin-right: 0px !important; border-right-width: 0px !important; border-right-style: none !important; } #text-2 div .av_one_half { margin-left: 0px !important; width: 43% !important; } .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 0px !important; line-height: 0px !important; } .responsive #header .social_bookmarks { width: 100% !important; text-align: center !important; margin: 0 !important; } .av_icon_active_right .social_bookmarks { padding-left: 45% !important; } }Please see the screenshot in Private Content area for the expected results. Please clear your browser cache before checking.
Best regards,
MikeHi,
That is great news, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Sorry for the late reply, thanks for the image. These two areas can be adjusted with padding and/or margin. Please link to your page in the Private Content area so we can assist and use the correct classes for the elements.Best regards,
MikeHi,
Sorry for the late reply, both of the links you provided lead to a 404, but I see that your language switcher is now below your menu. Has this been resolved?Best regards,
MikeHey gabs01,
Sorry for the late reply, Please check the published date of your posts, the arrows scroll though the posts by date, you can adjust the dates in the Quick edit.Best regards,
MikeHi,
@Marijana74 that is good news.
@Krissieg this update will require updating manually via ftp or with the “Update Theme and Plugins from Zip File” plugin.Best regards,
MikeHi,
When I take a look and your blog now, your categories are not showing.
Please see the screenshot in Private Content area.Best regards,
Mike -
AuthorPosts
