Forum Replies Created
-
AuthorPosts
-
October 29, 2017 at 5:38 pm in reply to: Search magnifying glass icon – get it to only search WooCommerce Products #870136
Hi,
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,
MikeHi,
I logged in to make the changes for you but your Appearance > Editor is not showing, are you using a security plugin to block some features?
Anyways, first you will need to enable the custom css option:
Go to your Appearance > Editor > functions.php and look for this at the end of the file:// add_theme_support('avia_template_builder_custom_css')remove the // and save.
Then go to your page and edit the column, you will see a new option box at the bottom “Custom Css Class”
add this to it:fixed_element
Then add the script above in the functions.php file and save
Then go to Enfold Theme Options > General Styling > Quick css , which is at the bottom of the page
and add the other code.

Best regards,
MikeOctober 28, 2017 at 9:10 pm in reply to: Back to Having Error Messages on Updates Page With Layerslider #870018Hi,
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,
MikeOctober 28, 2017 at 9:01 pm in reply to: Right Sidbar Menu dividers not same / full length when on TRL #870016Hi,
I added it to your Enfold Theme Options > General Styling > Quick CSS field while in your other language and it works.
Please checkBest regards,
MikeHey simsb79,
Try using the masonry gallery element, I recreated the page by using the same images and settings the columns to 3 and number of images to 4 with the “Perfect Automatic Masonry” chosen as the size option.
Then I choose to use the image title as the mouse overlay. That is what gives you the animation.
Note that the 16:9 ratio is key to having the wide or tall images use two blocks.


Best regards,
Mike-
This reply was modified 8 years, 1 month ago by
Mike.
October 28, 2017 at 8:01 pm in reply to: Back to Having Error Messages on Updates Page With Layerslider #870005Hi,
Glad to hear it is resolved, I’m not sure how to address the issue as I’m not sure how to recreate. But I know many layerslider issues were address with this weeks Enfold update. Have you updated? Shall we close this?Best regards,
Mike -
This reply was modified 8 years, 1 month ago by
-
AuthorPosts

