Forum Replies Created
-
AuthorPosts
-
November 4, 2017 at 11:20 pm in reply to: Burger Menu On One Page and Standard Menu On All Other Pages #872629
Hey philthebass,
To show the burger menu on the homepage try this: https://kriesi.at/support/topic/how-to-display-menu-burger-only-on-home-page/#post-861015
Then you could hide the logo on your homepage like this:.page-id-3338 <---your home page .logo {display:none!important;}
Best regards,
MikeHey Klaus,
Haben Sie versucht, die Site und den Browsercache zu löschen?
Sie können Enfold-Theme-Optionen> Erweitertes Styling> verwenden, um Änderungen vorzunehmen, oder wenn Sie eine Verknüpfung zu der Seite herstellen und uns mitteilen, welche Elemente geändert werden sollen.Best regards,
MikeHey daniandres,
Try adding this code to the end of your functions.php file in Appearance > Editor:function change_checkout_url( $url ){ // Force SSL if needed $scheme = ( is_ssl() || 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ) ? 'https' : 'http'; $url = site_url( '/custom-page/', $scheme ); return $url; } add_filter( 'woocommerce_get_checkout_url', 'change_checkout_url', 10, 2 );
change /custom-page/ to your page
Best regards,
MikeHi,
Your images are showing at 262×262 but are only 180×180,
Please try going to Settings > Media and increase thumbnail sizes to 262x262px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/Best regards,
MikeNovember 4, 2017 at 10:41 pm in reply to: Avia Layout Building dont´t load in One Page Restaurant #872623Hi,
Please ask your host if they are using mod_security or have a firewall in place, as you are getting a status of 404 (Not Found) /wp-admin/admin-ajax.phpBest regards,
MikeNovember 4, 2017 at 10:31 pm in reply to: WPML CSS vs Enfold CSS and WPML display on smartphone #872619Hi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Please see this post: https://kriesi.at/support/topic/external-link-in-ajax-preview-portfolio-item/#post-590769Best regards,
MikeNovember 4, 2017 at 10:12 pm in reply to: Transparent header with image for Events default Page #872615Hey masuurikas,
See this post: https://kriesi.at/support/topic/assign-the-transparent-header-to-a-custom-category-archive/#post-872390Best regards,
MikeHi,
Try this: https://kriesi.at/support/topic/changing-the-duration-of-the-page-preloader/#post-717559Best regards,
MikeNovember 4, 2017 at 10:03 pm in reply to: After upgranding to theme v4.2 EasySlider doesn't load videos #872612Hey Luis,
Try this code in the General Styling > Quick CSS field:#top .av-video-slide video { height: auto !important; } #top .av-video-slide .mejs-container { width: 100% !important; }
Please clear site and browser cache.
Best regards,
MikeNovember 4, 2017 at 9:26 pm in reply to: Zweite Scrollbar nach der Installation von Lightbox Slider Pro #872606Hi,
I was able to login and checked many pages but don’t see a second scroll bar or any galleries, can you link to one example page and add a screenshot to point out the issue?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-3173 .avia-builder-el-28 .avia_transform .av_font_icon {opacity: 1.0 !important; }
Best regards,
MikeNovember 4, 2017 at 9:05 pm in reply to: Adding a button to masonry with caption in the bottom of the element #872602Hey Zest,
Try reading this post: https://kriesi.at/support/topic/read-more-button-in-the-overlay-masonry/#post-588828
or this one: https://kriesi.at/support/topic/read-more-in-masonry-gallery-portoflio/#post-863813Best regards,
MikeHi,
Can you please explain what you mean, because it appears to be mobile responsive on Android. How is it not mobile responsive for you?Best regards,
MikeHey tweetgeeb,
For the line under your menu items, try this code in the General Styling > Quick CSS field:.av_minimal_header .avia-menu-fx { display: block!important; background-color: #000 !important; }
For your second question, try setting your menu position right and using this code to move the first menu item to the left:
.page-id-622 #menu-item-2189 {left: -20%!important; }
adjust to suit.
Best regards,
MikeHi,
On your example link, the product gallery images are opening in lightbox for me in Chrome and Firefox, which browser are you using?Best regards,
MikeNovember 4, 2017 at 8:18 pm in reply to: Blog not displaying full content but only feature image #872593Hi,
Try:#top #header .av-main-nav:hover {opacity: 0.5;} #top #header .av-main-nav > li:hover {opacity: 1.0!important;}
While researching I found some js that may work at the bottom of this page: Hover on “Everything But”
is this the article that gave you the idea?Best regards,
MikeNovember 4, 2017 at 7:14 pm in reply to: Secondary menu items not showing with hamburger mobile menu #872584Hi,
I see the error on your site, editing a text box with content open a new box instead of the one clicked, but using the debugger to copy the page to a new install makes the page work correctly. I see that you tried disabling your plugins with no success, but this behavior points to a plugin. Can we try disabling your plugins to test further?Best regards,
MikeNovember 4, 2017 at 6:37 pm in reply to: Layout Probleme mit Woocommerce Single Product Sidebar Right #872571Hi,
To remove the sidebar on single product pages, try adding this code to the end of your functions.php file in Appearance > Editor:add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_product() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } }
November 4, 2017 at 6:25 pm in reply to: Purchased 3rd license and having several issues with social icons, mobile menu #872568Hi,
The console is show this error: “Slow network is detected. Fallback font will be used while loading” After deleting two of your cache plugins this removed the error, please try clearing the caches again and disable the cache and minify to see if this works for you also. I believe the multiple cache plugins are working against each other.Best regards,
MikeHi,
Oh I see now that the in the description text the word “Description” is black, try this:#tab-description h2 {color: #fff !important; }
same for “Reviews”
#tab-reviews h2 {color: #fff !important; }
Cart Totals:
.cart_totals h2 {color: #fff !important; }
Billing details:
.woocommerce-billing-fields h3 {color: #fff !important; }
ship-to-different-address:
#ship-to-different-address label span {color: #fff !important; }
Best regards,
MikeHi,
You are receiving a 404 on admin-ajax.php
you are using PHP Version: 5.4.45 please ask your host to update to v7, this is the new standard for WordPress.
Also check with them about Suhosin being active, this may override PHP server settings. Suhosin is an advanced protection system for PHP that may be giving a false positive and blocking admin-ajax.php
I see this warning in your layerslider > system status >
Best regards,
MikeHi,
Sorry for the late reply, the template-archives.php is in your enfold folder, and you can add a copy of it to your child theme to make it work. But customizing the template-archives.php would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.Best regards,
MikeNovember 4, 2017 at 4:41 pm in reply to: alignment issues in Internet Explorer: LinkedIn icon and bullets in text #872548Hi,
For issue 1, I do see the issue in mobile view, up to 426px, in Edge, so try this quick css:@media only screen and (max-width: 426px) { .page-id-3689 .avia-builder-el-21 { padding-top: 20px!important; } }
but not in higher views, but if you do try adjusting the max-width to match when you see the issue, also adjust the padding number to suit your needs.
For 2, this issue is because Edge doesn’t render list-style-position correctly when they are set to “outside” to fix it we need to set them “inside” but also make the second line of the list text indent.
First try this quick css:.page-id-3274 .entry-content-wrapper ul { list-style: disc inside!important; }
If that doesn’t work right try this instead:
.page-id-3274 .avia_textblock ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } .page-id-3274 .avia_textblock ul li { list-style: none; padding-left: 13px; }
If that doesn’t work, please include a admin login in the private content area so we can take a closer look.
Please clear site and browser cache.Best regards,
Mike -
AuthorPosts