Forum Replies Created
-
AuthorPosts
-
May 20, 2015 at 6:18 pm in reply to: Centering a WooCommerce product within a cell in a Grid Row #447362
Hi MLA18!
try to control it using this code in Quick CSS:
ul.products.slide-entry-wrap.active-slide { left: 135px; }
and adjust as needed.
Cheers!
AndyHey!
glad Yigit could help. Let us know when you have some more questions. We are happy to assist you.
Cheers!
AndyMay 20, 2015 at 6:12 pm in reply to: Issues with Content Elements (Invisible or breaking other elements) #447346Hey europeanhorizons!
I already answered here: https://kriesi.at/support/topic/content-elements-behaving-abnormally/#post-447337
Please don’t double post in the forum.
Regards,
AndyHey grefun!
1.) I can see your sidebar just fine:
Please clear browser cache and refresh your website a few times.2.) You might need to edit header.php or use this plugin: http://wordpress.org/plugins/meta-tag-manager
You can also refer to this: https://kriesi.at/support/topic/meta-tags-seo-for-enfold/#post-210446
Best regards,
AndyHey europeanhorizons!
are you using newest theme and WordPress version? Please go into your cache plugin and choose to switch off caching and then deactivate all your plugin, because when you just deactivate it then it will still cache.
However I don’t see any strange behavior on your website, as I don’t know how it is supposed to look like. Send us screenshots of what you want to achieve and highlight what’s wrong (you can use imgur.com or dropbox for screenshots).
Go ahead and send us admin access, so we can take a deeper look into it. Post login details here as private reply.
Best regards,
AndyHi!
von Germanized war auch nie die Rede :). Wir können keinen Support oder gar patches für alle Plugins von dritten anbieten, die es da draußen so gibt, aber wenn es einige Kleinigkeiten sind, könnten wir uns das ja zumindest mal anschauen. Zeig uns doch was es bei dir alles zu fixen gäbe, indem du uns einen Link und Screenshots (imgur.com, dropbox) schickst.
Gruß,
AndyHey!
to control width of the content:
.container { max-width: 1270px !important; }
to make your menu wider:
span.avia-menu-text { margin-right: 30px; }
To increase logo:
strong.logo { height: 130px; }
Cheers!
AndyHi!
please update Enfold to the newest version and afterwards upgrade your WordPress as well.
To control your submenu use this code:
.avia_mega_div.avia_mega2.six.units { left: -150px; }
and adjust as needed.
If you only want to control it for smaller screen sizes add media querries to the code:@media only screen and (max-device-width: 1024px) { .avia_mega_div.avia_mega2.six.units { left: -150px; }}
and adjust “max-device-width” as needed.
Regards,
AndyHey!
keep in mind that when you keep posting by yourself, your thread will go behind automatically in the queue (because it gets marked as answered).
You are using a very old version of the theme (v3.0.4), so please upgrade to Enfold v3.1.5 and let us know in case you still need help with you accordion slider.
Best regards,
AndyHey!
Finally I can login into your site.
You are using lots of plugins. Does any plugin have a caching function? because if you just deactivate the plugin it will still keep caching. That is why I told you in my previous post to go into your caching settings and switch off caching, purge/clear caching afterwards and then deactivate the plugin. Did you do this?
However, I can’t find any comments left from another installation on your website. Could you provide us a link showing them? maybe screenshots (imgur.com, dropbox link) could help to show the problem.
Cheers!
AndyHey Jennifer!
why do you want to use product list for the first video and not the normal video element like for the other videos? I don’t think it would be possible here with basic support as it would require a heavy customization of the theme. You can find someone for this job here.
Best regards,
AndyMay 20, 2015 at 12:18 pm in reply to: Customize archive page with fullwidth menu on a specific category #447054Hi!
not sure what you need and your website link does not work for me. Please explain and/or show what you want to achieve. Do you want to style fullwidth submenu? if yes use this code:
.av-submenu-container { width: 50% !important; }
But you can style it in Quick CSS. Why do you want to use this plugin?
Cheers!
AndyHi!
the code should work. Did you clear browser cache and refresh browser a few times? I will tag Yigit to have a look again. Please kindly wait for a reply from him.
Regards,
AndyMay 20, 2015 at 11:58 am in reply to: Header Widget, Page Design, Buttons behavior and more… #447047Hey!
use this code for your flags:
.no_translate.transposh_flags { position: relative; top: -51px; } div#header_meta { z-index: 1; }
and adjust “top” value as needed.
For creating RTL WordPress sites with WPML please check this tutorial:
https://wpml.org/documentation/theme-compatibility/build-rtl-wordpress-themes/
although I think you are using a different language plugin, right? in this case you would need to ask the plugin’s author.Regards,
AndyHi!
so you just want to move the cart button more to the left, right? if yes use this code:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop { right: 750px; }
and adjust as needed.
Regards,
AndyHey!
please have a look at this link: http://codex.wordpress.org/Roles_and_Capabilities#Capabilities
to learn more about roles and capabilities in WordPress.
Also have a look at this thread: https://kriesi.at/support/topic/how-to-enable-the-enfold-theme-options-for-editors/
which hopefully brings you to the right direction.If that does not help then I think you need to do a heavy customization, which you can get here.
Regards,
Andy- This reply was modified 9 years, 6 months ago by Andy.
Hey!
as said before please leave layer slider plugin deactivated, as it is already installed in Enfold. So just wait for a new Enfold update, where Kriesi will implement the new layer slider version as well.
If you really need the new layer slider version now, then you would need to contact layer slider support.Regards,
AndyMay 19, 2015 at 1:28 pm in reply to: How to do the "our menu" wine-glass-picture parallax scrolling? #446395Hi!
can you please deactivate all you plugins to see if one is causing this issue of not seeing parallax effect on your images? Afterwards you can activate them again one by one to see which one is causing this problem. Are we allowed to deactivate your plugins temporarily if necessary?
Don’t forget to clear browser cache.Regards,
AndyHi!
try to replace Yigit’s code in your child theme’s functions.php with this one:
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }
Hope this helps.
Regards,
AndyHi!
you are welcome. Let us know in a new ticket when you need some more help with the theme. We are happy to assist you :).
Best regards,
AndyHey!
also eigentlich bieten wir keinen Support für Plugins von dritten an, außer wir haben eine Kooperation mit ihnen (wie z.B. im Falle beim Yoast Plugin). Also eigentlich müsstest du dich in deinem Fall an den Autor von “All in One SEO Plugin” wenden. Ich mache jedoch hier und jetzt eine Ausnahme für dich:
@media only screen and (max-width: 768px) { .flex_column.av_one_half.first { display: table; } .flex_column.av_one_half { display: table; }}
Passe den (max-width)-Wert für die Bildschirmgröße eventuell noch an.
Gruß!
AndyHi!
your layer sliders are working fine for me and I even added a third image for testing into your layer slider and it’s showing fine for me. I activated your caching plugin again and switched off all caching, because when you just deactivate it without switching off caching first, then it will still cache.
Cheers!
AndyMay 19, 2015 at 12:15 pm in reply to: Edit caption CSS on Masonry Gallery, or link photos to separate lightboxes #446366Hi!
there is no easy way for this, because the masonry gallery’s CSS will work if there are captions or no captions. You would need to hire someone for this kind of customization.
Regards,
AndyHi Chris!
Wir empfehlen dir mit dem SEO Plugin von Yoast in Kombination mit Enfold zu arbeiten: https://wordpress.org/plugins/wordpress-seo/
Ich kann jedoch keine Probleme auf deiner Website sehen, auch nicht mobile. Kannst du uns mittels Screenshots und genauen Links zeigen wo das Problem liegt (imgur.com, dropbox)?Die H1 Überschriften kannst du für mobile hiermit kontrollieren:
@media only screen and (max-width: 480px) { h1.av-special-heading-tag { font-size: 40px !important; }}
Passe die maximale Bildschirmgröße (480px) und font-size eventuell noch an.
Lieben Gruß!
AndyMay 18, 2015 at 8:02 pm in reply to: Replace Enfold breadcrumbs with Yoast WordPress SEO Breadcrumbs #446007Hi gvidano!
which solutions did you try out already? I think this should work: https://kriesi.at/support/topic/add-yoast-breadcrumbs-in-the-same-spot-of-the-enfold-breadcrumbs/#post-243686
Cheers!
AndyHey iqsmartmarketing!
I personally have no experience with such a plugin, but you could try out these:
https://wordpress.org/plugins/rating-widget/
http://www.wpsuperstars.net/rich-snippets-schema-plugins-for-wordpress/Cheers!
AndyMay 18, 2015 at 7:56 pm in reply to: Full size logo, green menu bar extending to the width of the page, and hover… #446001Hey!
not sure what you want to achieve. A screenshot showing what you need would help. But if you want to control logo size use this code:
div#header-container { max-width. 920px; top: 10px; }
and adjust as needed by yourself.
Regards,
AndyHey!
it should work, so please clear browser cache and refresh a few times your website. Are you using any caching plugin? if yes switch off caching and/or purge cache.
Regards,
AndyHey!
please refer to this post: https://kriesi.at/support/topic/change-gif-for-page-preloader/#post-444315
Loading speed seems fine to me. However, you can speed up your site using different plugins, like WP minify, WP Super Cache, etc.
Best regards,
Andy -
AuthorPosts