Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
Do you have an image for that cart icon? You can use this selector to modify the cart dropdown.
#menu-item-shop.cart_dropdown { right: 0; top: 0; width: 40px; height: 40px; line-height: 40px; } #menu-item-shop .cart_dropdown_link span:before { content: ''; } #menu-item-shop .cart_dropdown_link { padding: 0; left: 10px; top: -20px; background: url('CART IMAGE HERE') no-repeat center center; }Set the cart icon as background.
Best regards,
IsmaelDecember 5, 2016 at 5:45 am in reply to: Reorganizing a shop page to show sidebar on bottom on mobile #720295Hey ind-image,
Thank you for using Enfold.
Please follow this tread.
// https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
If you want to hide the sidebar on desktop, add this css code.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .single-product .sidebar { display: none !important; } }Best regards,
IsmaelHey Bcunningham,
Thank you for using Enfold.
I can’t reproduce the issue on my end. What is the screen resolution of the monitor? Could you please provide a screenshot of the issue? One thing that you can do is to trace back the css modifications added for the sidebar. Remove everything and then add the css declarations one at a time to find the issue.
Best regards,
IsmaelDecember 5, 2016 at 5:37 am in reply to: Notice: Undefined variable: http_response_header in function-set-avia-frontend #720292Hi,
Yes, the conditional function is called whenever a media file is added to the theme. Unfortunately, this function is causing an issue because the array that is supposed to be populated when calling the file_get_contents function is blank or undefined. Please try to clean up the database using this plugin.
// https://wordpress.org/plugins/wp-optimize/
Best regards,
IsmaelDecember 5, 2016 at 5:27 am in reply to: Adding a new thumbnail size to Enfold dropdown list #720291Hey Elena,
Thank you for using Enfold.
Please remove the modification then use the solution from these threads.
// https://kriesi.at/support/topic/override-the-global-avia_config-in-a-child-theme/#post-714683
// https://kriesi.at/support/topic/impossible-to-use-custom-image-sizes-in-slider-accordeon/#post-574335Best regards,
IsmaelHey ESWEENEY113,
Thank you for using Enfold.
Please set the Blog Layout > Blog Layout option to “Use the advance layout builder” and then edit the page. Add the “Blog Posts” element and set the “Blog Content length” settings to “Excerpt with Read more link”.
Best regards,
IsmaelHi,
1.) The font color is set to white which is the same as the background. Please use this css code to change the color.
@media only screen and (max-width: 767px) {
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
float: none;
width: 100%;
text-align: center;
margin: 0 auto;
position: static;
color: #000000;
}#top .av_header_transparency .phone-info h2 {
color: #000000;
}
}2-4.) Edit the grid row element and then set a minimum height to it. Or add this in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding { min-height: 400px; } }5.) I’m sorry but I don’t see any blog posts in the footer. Did you remove it?
Best regards,
IsmaelHi,
Please add this css code in the Quick CSS field.
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none !important; animation: none !important; }Best regards,
IsmaelDecember 5, 2016 at 5:09 am in reply to: Is it possible to add bullets infront of fullwith submenu items in the mobile #720286Hi,
Add the font-size property inside this css declaration.
#mobile-advanced .sub-menu li { background: red; }Best regards,
IsmaelHey agenceism,
Thank you for using Enfold.
Please add this in the Quick CSS field.
#top #header .av-main-nav > .current_page_item a .avia-menu-fx .avia-arrow-wrap { visibility: visible; width: 30px; height: 30px; margin-left: -10px; top: -15px; } #top #header .av-main-nav > .current_page_item a .avia-menu-fx .avia-arrow-wrap .avia-arrow { top: 20px; width: 30px; margin-left: -15px; border-width: 15px; }Best regards,
IsmaelDecember 4, 2016 at 6:33 am in reply to: Menu – Button Style (border) – fill in when hovering? #720151Hi,
I don’t see any bordered menu item in the page but I can see a few styling modification.
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #b7c84b; border: 2px solid; padding: 0px 10px; margin-top: 0px; }Please remove the modification, set the menu style to “bordered” then add the following css code.
.av-menu-button-bordered:hover a .avia-menu-text { background: red; }Best regards,
IsmaelHi,
We need to see the site so that we can inspect it. Please set the Header Size to custom and adjust the header height value.
Best regards,
IsmaelDecember 4, 2016 at 6:10 am in reply to: Making the menu look like this: https://www.afistfullofbolts.com/ #720143Hi,
1.) I think you didn’t set the font correctly, that’s why I pointed out the font-family property of the site’s navigation. This is your css modification.
h1, h2, h3, h4, h5, h6, p, .main_menu, .avia-menu.av-main-nav-wrap { font-family: 'courier_newregular', 'Josefin Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6, p, .main_menu, .avia-menu.av-main-nav-wrap { font-family: 'couriernew_regular', 'Josefin Slab' !important; }This is the correct css property.
font-family: "Courier New","Courier","monospace";Best regards,
IsmaelHi,
I checked some of the portfolio items but I don’t see any missing images. Did you add the images again? Please provide a link to the actual portfolio page with the issue.
Best regards,
IsmaelHi,
Thank you for the info.
Please add the following css codes.
/* subcat indentation */ #top .widget_nav_menu .sub-menu { left: 10px; position: relative; } /* hover color */ #top .widget_nav_menu ul ul li a:hover { color: #d45226; } /* line height */ #top .widget_nav_menu li { line-height: 18px; }Best regards,
IsmaelHi,
Thank you for using Enfold.
This option is working on our own installation. Did you modify the js files?
Best regards,
IsmaelHi,
We modified the code a bit. Please remove browser cache before checking the page.
Best regards,
IsmaelHi,
Is the site down? I want to check the menu container but it can’t be reached.
This site can’t be reached
gartenholzprofi.pro-dukt.de’s server DNS address could not be found.
Go to http://pro-dukt.de/
Search Google for gartenholzprofi pro dukt de
ERR_NAME_NOT_RESOLVEDSet the height of the “sticky placeholder”.
#top .av-submenu-container { height: 32px; } #top .sticky_placeholder { height: 31px; }Best regards,
IsmaelHi,
Did you modify the postslider.php file? It is set to display the “Title and Excerpt” but the title is not displaying. We also tried a theme shortcode inside the excerpt field but it’s still not working. The same shortcode is working on our installation.
Best regards,
IsmaelHi,
I’m sorry but I can’t see the “dark gray” area in the page. Could you please provide a screenshot of the issue? Is the “blue space” above the image intentional?
// http://185.27.141.7/~ptsy386879/wp-content/uploads/2016/11/header-vervolgpagina-1500×607.jpg
Best regards,
IsmaelHi,
The site seems to be in a cached state even if you delete or purge the cache. I disabled the following line in the stlye.css file because it overrides the advanced styling modification for the Main Menu Links but the files is not updated in the frontend.
span.avia-menu-text { color: #000000 !important; font-size: 15px; font-family: 'Tenor Sans', sans-serif; }Did you subscribe to a cdn provider?
Best regards,
IsmaelDecember 4, 2016 at 4:28 am in reply to: Adding Title/content field to overview Maps Shortcode in backend #720121Hi,
Did you modify that line? The “type” parameter should be a “textarea”, not “tiny_mce”.
array( "name" => __("Marker Tooltip", 'avia_framework' ), "desc" => __("Enter some text here. If the user clicks on the marker the text will be displayed", 'avia_framework' ) , "id" => "content", "type" => "textarea", "std" => "", ),Best regards,
IsmaelHi,
The font files are not accessible.
http://startup.fiu.edu/wp-content/uploads/avia_fonts/slack-icon/slack-icon.woff Failed to load resource: the server responded with a status of 403 (Forbidden)
http://startup.fiu.edu/wp-content/uploads/avia_fonts/slackicon/slackicon.woff Failed to load resource: the server responded with a status of 403 (Forbidden)
http://startup.fiu.edu/wp-content/uploads/avia_fonts/slack-icon/slack-icon.ttf Failed to load resource: the server responded with a status of 403 (Forbidden)
http://startup.fiu.edu/wp-content/uploads/avia_fonts/slackicon/slackicon.ttf Failed to load resource: the server responded with a status of 403 (Forbidden)Please make sure that the file permissions are correct.
Best regards,
IsmaelHi,
Thank you for using Enfold.
I’m sorry but I don’t see any errors or warnings when I tested the site.
// https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fwww.360marketing.dk%2F
What do you mean by “Breadcrumb markup”?
Best regards,
IsmaelHi,
We added a 100ms of fade in and out transition and 4800ms delay to the text layers so that they will animate simultaneously with the background image.
Best regards,
IsmaelDecember 2, 2016 at 4:10 pm in reply to: Sales / Crossed prices not displayed on products with variations #719766Hi,
Thank you for the update. The variable product should display the original price range and the sale price range. Did you add any modifications to the product or price template? Please contact the WooCommerce support for additional help. I’m sure they’ll be able to provide a quick solution to this problem.
Best regards,
IsmaelHi,
@patryck182: If you’re not planning to create a multilanguage site, you have to install WordPress in your own language.// https://codex.wordpress.org/Installing_WordPress_in_Your_Language
// http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-in-other-languages/Best regards,
IsmaelDecember 2, 2016 at 3:41 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #719759Hey newpappa,
Thank you for using Enfold.
You can hide the default popup button on mobile and then recreate it on a text or code block.
<a href="#" id="un-button" class="un-left css3" style="background-color: rgb(64, 64, 64); color: rgb(255, 255, 255); margin-top: 28.5px; left: -6px; opacity: 0.96;">Feedback</a>Adjust the href attribute. Please contact the plugin author for more info.
Best regards,
IsmaelDecember 2, 2016 at 3:38 pm in reply to: Sidebar Navigation on Posts – Disable or Sort by Date #719758Hey newpappa,
Thank you for using Enfold.
1.) You can disable the post navigation with the following css code.
#top .avia-post-nav { display: none !important; }2.) Unfortunately, this is not possible because the post navigation will only fetch the adjacent posts, usually the posts created before or after them.
Best regards,
IsmaelDecember 2, 2016 at 3:31 pm in reply to: Transparent header / alignment of mega menu items – #719754 -
AuthorPosts
