Forum Replies Created
-
AuthorPosts
-
Hi,
Odd that it looks right on Android, do you believe this is only a iOS issue?
Please see screenshot in Private Content areaBest regards,
MikeOctober 29, 2017 at 7:06 pm in reply to: How to center logo VERTICALLY on the very left side + change FB Icon Position #870172October 29, 2017 at 6:48 pm in reply to: Theme v4.2 – Burger mobile menu overrides Mega Main Menu #870164Hey Jon,
Are asking to not use the burger menu at all, and only the main menu?
Your menu seems quite large, it seems that it would be hard to use on a mobile.Best regards,
MikeHey Bert2,
It is hard to say without testing because it depends on if the two sites are using a muilti site install of WordPress, if so if should work.Best regards,
MikeHi,
Woocommerce knows of this issue: “This issue happens when you have a custom attribute with the same name as a global attribute.”
Please see if you have a custom attribute with the same name as a global attribute. Perhaps updating Woocommerce will also help. It looks like someone made a plugin to help correct the issue, read here for more info: https://github.com/woocommerce/woocommerce/issues/14824
Perhaps checking at the Woocommerce support will offer another fix option.Best regards,
MikeHi,
I was not able to recreate the issue with Android and Chrome, do you believe this is only an issue with iOS?Best regards,
MikeOctober 29, 2017 at 5:58 pm in reply to: Blog not displaying full content but only feature image #870147Hi,
If I understand correctly, for your blog post element, on your blog page you are using this setting
when you create each post are you using the Layout Builder or the Default editor?
If you have used the Layout Builder for the post the full post will not be displayed. The full post will be displayed when using the default editor. Instead you will need to create a custom excerpt when editing your post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.Best regards,
MikeOctober 29, 2017 at 5:38 pm in reply to: Search magnifying glass icon – get it to only search WooCommerce Products #870136Hi,
To do so would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.Best regards,
MikeOctober 29, 2017 at 5:35 pm in reply to: Change Search results to products search results (Woocommerce) #870134Hi,
The difference from the two is that one is missing a container. I see that you have the plugin “Duplicate Post” installed, did you create the second page from scratch or by using a plugin? Creating a new page from scratch will most likely solve this issue. Please see screenshot in Private Content areaBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-206 .avia-builder-el-2 {margin-left: -15px !important; margin-right: -15px !important; }
Please clear site and browser cache.
Best regards,
MikeHi,
For the demo I took screenshots of each image,
level 1 was 481×906
level 2 was 972×447
level 3 + 4 was 482×445
but I’m sure you can use larger images with the same ratio.
Let us know if this works for you, and if we can close this.Best regards,
MikeHi,
The reason why the table body didn’t middle align is that in you custom code you missed the first dot for the page ID.
Please remove all of the code I gave you and use this new code that also gives the table header a blue background with white text, you can adjust to suit..page-id-8145 td {font-size: 20px !important; vertical-align:middle!important; color: #666666!important; } .page-id-8145 th {font-size: 20px !important; vertical-align:middle!important; color: #fff!important; background-color: blue !important;}
Best regards,
MikeOctober 29, 2017 at 4:26 pm in reply to: Right Sidbar Menu dividers not same / full length when on TRL #870093Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
When I tried to import I received the error: “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” Try to contact your host to fix that error and that would probably fix the importing issue.
I see your PHP Version is 5.3.24, version 7 is now recommend for the latest WordPress and Enfold, asking your host to update your PHP may correct the error.Best regards,
MikeHi,
The open tag was in your cache, once I cleared it the post showed correctly. You may need to clear your browsers cache also.Best regards,
MikeHi,
Sorry, that was my error I forgot to add them:.page-id-8145 td, .page-id-8145 th {font-size: 26px !important; }
With vertical alignment and color:
.page-id-8145 td, .page-id-8145 th {font-size: 26px !important; vertical-align:middle!important; color: #666666!important; }
You did want the table headers darker right?
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey codecreative,
I couldn’t see your site as it is in maintenance, but I have seen a similar issue where the solution was adding a function like this:// Remove bbpress sidebar function remove_bbpress_sidebar( $layout ) { if ( is_bbpress() ) { $layout = 'fullsize'; } return $layout; } add_filter( 'avf_sidebar_position', 'remove_bbpress_sidebar', 20 );
Another option: https://kriesi.at/support/topic/remove-sidebar-from-bbpress-forum/#post-134451
Best regards,
MikeHey finblue,
There is an open strong tag on the page, probably from the element above.
If you can’t find it, include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey eviang,
Try this code in the General Styling > Quick CSS field:.page-id-8145 td {font-size: 26px !important; }
this is meant to only work on the one page, you can remove the “.page-id-8145” to make it work on all pages.
Best regards,
MikeHey Slade,
See this post: https://kriesi.at/support/topic/google-map-marker-custom-resize/#post-859588
and be sure to read the bottom update:Let us know if that helps
Best regards,
MikeHey bremerlloyd,
Please clear any minifying plugin and caches because some php base classes have been updated.Best regards,
MikeOctober 28, 2017 at 10:17 pm in reply to: Sliders, number animation and google maps not working homepage mobile phone #870029Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Massimo,
Please include the url to the page in question so we can target the element and remove those margins.Best regards,
MikeHey Massimo,
Please remove your logo in two places:
Enfold Theme Options > Header > Transparency Logo
Enfold Theme Options > Frontpage Settings > Logo
Add this to your functions.phpadd_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_bloginfo('name'); return $sub; }
then add this to your quick css:
.logo > a > img { display: none !important; }
and clear your cache
Best regards,
Mike -
AuthorPosts