Forum Replies Created
-
AuthorPosts
-
Hey Sovik,
Thank you for using Enfold.
Did you set “Buy CSGO Account” page as parent of the “CSGO Prime Accounts” page? Parent pages will automatically display in the breadcrumb.
Best regards,
IsmaelOctober 2, 2018 at 7:23 am in reply to: missing previous and next post navigation on fullwidth #1016913Hi,
This fix is already available on version 4.4.1. You need to upgrade the theme. If it’s not working, please create a new thread.
Best regards,
IsmaelHi,
Looks like you’ve managed to do it using the column elements. I also noticed that you’re using the Gutenberg editor. Please note that the theme’s advance layout builder is not compatible with it, so you should be better off using the classic editor.
Best regards,
IsmaelOctober 2, 2018 at 7:17 am in reply to: need to remove color section but some matter came up. #1016910Hi,
The stylesheets and scripts are still minified because of the Autoptimize plugin. We disabled it temporarily along with your cache plugin W3 Total Cache. Please enable those plugins back once you’re completely done with the site.
Best regards,
IsmaelHi,
Alright. Let us know if they found anything. Unfortunately, we can’t help you distinguish which files have been modified or not. You should contact the developer who modified the child theme.
Best regards,
IsmaelHi,
Thanks for the update. Did it change the dashboard back to RTL?
Best regards,
IsmaelOctober 2, 2018 at 7:07 am in reply to: header button looks slightly less bright on transparent header #1016906Hi,
For testing purposes, if it is a little gloomy or pale then it should be slightly visible when you apply this css code but it’s not so it is in the right color.
#top .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside { border-color: transparent; background-color: #ff7337; }
OR maybe you need to adjust the color a bit.
#header .avia-button, #header .av-menu-button > a .avia-menu-text { border-color: #f26122 !important; color: #f26122 !important; transition: 0s !important; font-family: montserrat !important; opacity: 1 !important; }
Best regards,
IsmaelHi!
You can re-initialize the lightbox script every time a sort button is clicked and then look for the grid items that are actually visible in the grid container. That is possible but will require modifications that are beyond the scope of support. You may need to find someone to do it for you.
Related resources:
// http://dimsemenov.com/plugins/magnific-popup/documentation.html#initializing-popupCheers!
IsmaelHi,
I’ve replied to that thread. I think you’ve managed to align the elements properly. Please feel free to open a new thread if you need anything else.
Best regards,
IsmaelHi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Looks like you’ve managed to align the image and the text correctly. Let us know if you need more help with this.
Best regards,
IsmaelHi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelOctober 2, 2018 at 6:16 am in reply to: Icons and picture flipper does not work after some plugin updates #1016881Hi,
It seems to be a plugin issue as @Victoria noted. Please try to deactivate all plugins except for WooCommerce and then check the page again.
notes-common-v2.js?ver=6.5-201840:32 Uncaught ReferenceError: Backbone is not defined
at notes-common-v2.js?ver=6.5-201840:32
at notes-common-v2.js?ver=6.5-201840:158
admin-bar-v2.js?ver=6.5-201840:2 Uncaught ReferenceError: _ is not defined
at admin-bar-v2.js?ver=6.5-201840:2
m=gapi_iframes_extra,gapi_iframes_style_common,gapi_iframes_iframer:75 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/robotThose are the errors in the console when logged in.
Best regards,
IsmaelHi,
You may need to revert the modifications back and then upgrade the theme manually via FTP. You won’t be able to update automatically at the moment because of the imposed rate limit by the Envato API. We’ll let you know once the update is ready.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelOctober 2, 2018 at 6:05 am in reply to: Problem Updating Enfold: "Download failed. Problem downloading theme" #1016877Hi,
The dev team is working on the new Envato API update. You won’t be able to upgrade the theme automatically for now because of the rate limit. Please update the theme manually via FTP. We’ll let you know once the new version is ready.
Best regards,
IsmaelHi,
Sorry for the late response. I’m not really sure why the calculation of the layer position is off in your site. I’ve checked the layer slider settings but I didn’t find anything there. Please try to update PHP from 5.6.38 to version 7.2. Let us know if that helps.
Best regards,
IsmaelOctober 2, 2018 at 5:05 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #1016853Hi,
Great! Sorry if we couldn’t help this time. Please feel free to open a new thread if you need anything else. We’ll close this thread now.
Best regards,
IsmaelOctober 2, 2018 at 5:02 am in reply to: Applying transparency logo and white font-color on glassy mobile menu #1016852Hi,
I would like to apologize for the late response. Please use the following css code instead. This css code should set the search and mobile menu color to white on page load and then turn the color to black when the page is scrolled. It will also turn the color of both elements to black when the mobile menu is active.
@media only screen and (max-width: 767px) { .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after { background-color: #ffffff; } .header_color.header-scrolled div .av-hamburger-inner, .header_color.header-scrolled div .av-hamburger-inner::before, .header_color.header-scrolled div .av-hamburger-inner::after { background-color: #000000; } .av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after { background-color: #000000 !important; } .html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a { color: #000000; } .header_color.header-scrolled #menu-item-search { color: #000000; } }
Let us know if that’s what you’re after.
Best regards,
IsmaelHi,
Can you upgrade PHP to version 7.0.32 to 7.2.0? If the transition is still not working after the PHP upgrade, please provide the FTP details in the private field so that we can inspect the issue further.
Best regards,
IsmaelHi,
Have you tried using larger images? Double the size of the current ones.
Best regards,
IsmaelOctober 2, 2018 at 4:31 am in reply to: problem with the mobile presentation of a video in a full-image slider #1016844Hi,
I was referring to the slideshow in your home page. That slider is working alright — I can see the fall back image on mobile view. I’m not really sure why the layer slider’s video is not working.
Best regards,
IsmaelHi,
You can use the same Section ID if the section is on a different page.
Best regards,
IsmaelHi,
Alright. Please feel free to open a new thread if you encounter any issues.
Best regards,
IsmaelHi,
“Why did you copy every WoocCommerce template files in your child theme? ”
There are copies of the WooCommerce templates in your child theme. Please remove those files if you’re not using them.
Best regards,
IsmaelOctober 1, 2018 at 8:20 am in reply to: need to remove color section but some matter came up. #1016459Hi,
Did you enable the Performance > File Compression settings? Please disable those options while you’re editing the site.
Best regards,
IsmaelHi,
You have this code on the Quick CSS field.
blockquote p { font-size: 14px !important; }
Please adjust it.
Best regards,
IsmaelOctober 1, 2018 at 8:03 am in reply to: Return the status of my Portfolio Grid light box and add the button ajax portfol #1016453Hey ezvisa,
Thank you for using Enfold.
You can add a button in the portfolio items’ “Additional Portfolio Settings” > “Add Preview Text” editor. Add the button markup manually or use the shortcode generator.
Best regards,
IsmaelHi,
You can’t change the portfolio base and category base value to “Exhibitors” because it will conflict with the page “Exhibitors” slug. Please use another term for the portfolio category permalink. The pages display back when I changed the portfolio category and item base to “exhibition” and “exhibitions”.
Best regards,
IsmaelHi,
There’s a modified footer.php file in the child theme. What did you add or change there?
Best regards,
IsmaelOctober 1, 2018 at 7:13 am in reply to: need to remove color section but some matter came up. #1016440 -
AuthorPosts