Forum Replies Created
-
AuthorPosts
-
Hi,
when activating mobile menu for tablet, then use this code inside Quick CSS field:
.av-section-bottom-logo.header_color { top: 0px; }
Hope this helps!
Best regards,
AndyHi,
this is expected behavior, as you are using an anchor link (#tab-id-3) as URL. Remove it and you should be fine.
Best regards,
AndyHey Fmarielle,
I think this is too complicated for the default table. Best to go for a plugin with such functions.
Best regards,
AndyHi,
we can’t provide support for every 3rd party plugin out there, so you need to contact plugin’s author about this issue or search for a different plugin which is compatible.
Best regards,
AndyNovember 22, 2016 at 5:47 pm in reply to: Weird gaps and pagination problems with WooCommerce grid display #715463Hi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Best regards,
AndyNovember 22, 2016 at 5:45 pm in reply to: Undefined index: index | ERROR MESSAGES AFTER SERVER CHANGE #715460Hi,
I checked the link you’ve provided but I can’t find any error messages. Could you already fix the problem?
Best regards,
AndyHi,
simply try to flush your permalinks by going to Settings->Permalinks->”Save Changes”
Best regards,
AndyNovember 22, 2016 at 5:36 pm in reply to: How to remove parallax effect from full width slider? #715453Hi,
this won’t be easily possible. Instead I would try to convice your customer about this modern feature. You would need to hire a freelancer for this job.
Best regards,
AndyNovember 22, 2016 at 5:31 pm in reply to: Add tracking code to 2 buttons in header and footer #715451Hey Artiarturro_66,
you could try to put your code inside of a Code Block element.
Best regards,
AndyNovember 22, 2016 at 5:29 pm in reply to: Center and scale full width logo header element in all browsers #715450Hi,
use this code:
@media only screen and (max-width: 767px) { .logo, .logo a, .logo img { margin-left: -28px !important; }}
Best regards,
AndyNovember 22, 2016 at 5:25 pm in reply to: Help with ascertaining best way to achieve this simple layout example #715448Hey loudcow,
I think you could achieve something like this using LayerSlider.
Best regards,
AndyHi,
Best regards,
AndyHi,
I can’t find the issue on the link you’ve provided. Are you sure it’s the correct link with the elements in question? or did you aready fixed the issue?
Best regards,
AndyHi,
check out this tutorial here: http://lightbox.tipsandtricks-hq.com/wp-content/uploads/lightbox-ult-doc/wp-lightbox-use-lightbox-on-any-image.pdf
Best regards,
AndyHey Tflores87,
not sure what this issue is about as I can’t really see any difference between good and odd behavior screenshot. It looks like this for me: http://imgur.com/a/o6W8Y which seems totally fine to me. So could you fix it already?
Best regards,
AndyNovember 22, 2016 at 4:47 pm in reply to: best way to set up Google Analytics with Enfold theme? #715410@ehquionest
which feedback?
Please follow the insctructions of Basilis and it should work fine.Open your own ticket, in case you have some questions about the theme.
Best regards,
AndyNovember 22, 2016 at 4:44 pm in reply to: Only 2 out of 4 Portfolio Categories Are Displayed #715408Hi,
this is expected behavior, as only category filter which are displayed on this page, can be displayed as filter as well. So what you would need to do is to increase the number of items displayed on one page.
Best regards,
AndyHey Tflores87,
please refer to: https://kriesi.at/support/topic/parent-menu-item-highlighted-when-child-page-is-selected/
Best regards,
AndyHi,
try to use this code:
del { color: red !important; }
and adjust color as needed.
Best regards,
AndyHey Tflores87,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyHi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Afterwards deactivate our cache plugin again. Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
If that does not help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
1.) Excerpt is a default WP function, so nothing which is controlled by the theme. Check out this here on how to get more control over it: http://www.wpbeginner.com/wp-themes/how-to-display-post-excerpts-in-wordpress-themes
You can remove read more link with this code inside functions.php:
// Remove Read More Links from all excerptsfunction custom_excerpt_more( $more ) { return '…'; } add_filter( 'excerpt_more', 'custom_excerpt_more' );
Adjust it’s length with this code:
// Define own excerpt length function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
2.) Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
3.) It’s not our plugin, but a default WP plugin. Don’t forget to regenerate thumbnails after adjust image sizes.
You could also adjust image sizes as mentioned here: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176Best regards,
AndyHi,
I guess this issue is caused by a conflict with a plugin. However, try this code inside Quick CSS field to get rid of it:
.single-small .entry-content p { display: none; }
I hope this helps.
Best regards,
AndyNovember 22, 2016 at 3:57 pm in reply to: Replacing Twitter with LinkedIn Icon in the Interesting LInks Footer Widget #715376Hi,
please try this solution here: https://kriesi.at/support/topic/use-different-social-icons/#post-251970
Best regards,
AndyHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHi,
I checked the site in question and it looks fine to me now: http://i.imgur.com/2knxa1w.png
So could you fix it already?Best regards,
AndyHi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
try this code:
#header form.woocommerce-product-search { display: flex; } #header form.woocommerce-product-search { margin: 13px; top: -7px; position: relative; }
Hope this helps!
Best regards,
AndyHi,
please use this code inside Quick CSS field:
.av-catalogue-content { padding-right: 0px; }
which should give you some more space. Hope this helps!
Best regards,
AndyHi,
media queries you’re using are not correct. Please check out this site, to get to know how to handle media queries correctly: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy -
AuthorPosts