Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHi,
Thank you for preparing the menu, since you set up the elements to show or hide using the screen options we will leave these as they are and write the css to address the menu items.
This is the css I added to your Quick CSS:/*#kontakt1 = menu-item-54 #kontakt2 = menu-item-1178 #kontakt3 = menu-item-1179 */ @media only screen and (max-width: 767px) { li.menu-item-54,li.menu-item-1178 { display:none !important; } } @media only screen and (min-width: 768px) and (max-width: 989px) { li.menu-item-54,li.menu-item-1179 { display:none !important; } } @media only screen and (min-width: 989px) { li#menu-item-1178,li#menu-item-1179 { display:none !important; } }
The top 3 lines is just a cheat sheet as to which menu items go with which item number.
Then there are the 3 media queries covering the 3 sizes you wanted with 2 menu items inside each one, set to “display:none”
Please note that the mobile menu uses the menu items as classes, where the main menu uses the same menu items as IDs
which is why some of the rules are “#menu-item-1179” and others are “.menu-item-1179”
Please clear your browser cache and check.I hope this helps.
Best regards,
MikeNovember 7, 2018 at 4:26 am in reply to: How to create a separate shop page for separate products #1030692Hi,
Thanks for the login, I took a look at your draft page and to have it look the same as your “buy account page” please try this code in the General Styling > Quick CSS field:#top.page-id-12232 .template-page .entry-content-wrapper h2 { background-color: #d2d2d2 !important; color: #000 !important; border-left: 0px none !important; }
But the css will take effect after the page is published, and not while it is in draft mode.
Best regards,
MikeHi,
Thanks for the feedback, I took another look at your css and adjusted your top column widths so they would be full width for mobile.
But I’m not sure what “other columns” you want to adjust the margin on, as I read your other posts I thought the top 6 1/3 columns with the images was what you wanted to adjust.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad to help, we will close this then, but please open a new thread if there is anything we can help with.
Have a great day and thanks for using Enfold.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:span.blog-categories.minor-meta { display: none !important; }
If this doesn’t work then perhaps there is an error in your Quick CSS, such as a missing bracket. We would be happy to take a look if you include a admin login in the Private Content area.
Best regards,
MikeHi,
I disabled your autoptimize, and then the element looked correct until I refreshed again. I see you are using WPengine which uses built-in server caching which could need to be cleared. Please try to clear your server cache to see if that solves if not we will look again, but please leave autoptimize off for now so we can try to help without the cache issues.Best regards,
MikeHi,
Please add the css to Enfold Theme Options > General Styling > Quick CSS field
Then please clear your browser cache and check.
If you have any trouble, please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
@nicolodemaria
Sorry for the late reply, I have updated your theme to v4.5 please check.
You will note that you also have a theme called “Enfold-old” in your theme folder, this is just a backup, once you are satisfy that v4.5 is working good for you, then please delete this folder via FTP, or ask and I will do it for you.Best regards,
MikeNovember 6, 2018 at 7:14 am in reply to: How to create a separate shop page for separate products #1030246Hi,
It looks like they named the page “prime-accounts” instead of “shop” I tested this on my localhost and it worked fine.
You can also create a new page and call it anything, then use the product slider element to create your shop grid by setting it to show 5 columns and 5 products, then clone it to create as many rows as you would like, and it will look like a grid instead of a slider.
Then in the element choose the product offset to “Do not allow duplicate posts on the entire page (set offset automatically)”
so that you don’t duplicate your products. I only have 10 products in my demo so I could only show two rows.
The product slider element lets you choose by product category, so you can create a direct shop for each category.Best regards,
MikeHi,
@marijana74
That is odd, I see that they are both images for the layerslider.
This unzipper script works good with FTP, so that you can upload a zip file and then unzip it on the server, perhaps it will help you.
How to Unzip Files on Server Using Unzipper.php ScriptBest regards,
MikeHi,
That is odd, both are triggered by a “click” on a “av-section-tab-title” link.
Perhaps there was some conflict, please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
@ac, I believe that you need to use a unique token for each site & if you try to do more than 1 site a day you will need to do so from a incognito window. It has been pointed out that envato sets a cookie to your browser.Best regards,
MikeHi,
@Dieter Greven
I’m not sure what you mean byInserted the CSS via Quick CSS and it works! However… Lie down again…:-)
Did you try adding this css via FTP to \enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.css around line 250?
Please open a new thread so we can assist, and add admin login and FTP access, but as this is not your thread your info would not private.Please post here the link to your new thread.
Best regards,
Mike -
AuthorPosts