Forum Replies Created
-
AuthorPosts
-
Hi zochagroup!
you can hide the recent comments with this code:
section#recent-comments-2 { display: none; }
If you want to hide only on a specific page you can include page-id into the code.
Regards,
AndyHey!
seems that we can’t see the website, as their is only a maintenance screen. Could you provide us admin access, so we can actually see what’s going on? you can post login details here as private reply.
Regards,
AndyHi!
sorry, didn’t know what you mean with “square”. Use this code inside your Quick CSS field to remove the line under your menu:
span.avia-menu-fx { display: none; }
Cheers!
AndyOctober 13, 2015 at 12:27 pm in reply to: How to put the menu on top and the logo/header area below that? #518025Hey!
both menus on your website are sticky for me. Could you fix it already? if not which browser and OS are you using?
Cheers!
AndyHey!
I can’t see any (rotating) ads on the link you have provided. Did you remove them? where can we find it? we need to inspect the elements.
Regards,
AndyHey!
please open a new ticket for a new question.
Have a look on how to change order for portfolio items here: http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
Best regards,
AndyHey!
try to control it with this code:
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); }
adjust “5s” to 2s or 10s or whatever you need.
Cheers!
AndyHi!
are you using any caching (plugin)? or is your host using some kind of caching on your server?
Try to clear browser cache and hard refresh a few times.Regards,
AndyHi!
can you provide us a link to the site in question please? because we need to inspect the elements to be able to search for a possible solution via CSS code.
Regards,
AndyHey!
there is currently no option for setting all pages with one click to transparent header. You can make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Regards,
AndyHey!
check out these links:
https://wpml.org/documentation/getting-started-guide/language-setup/styling-the-drop-down-language-switcher/
https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/Would be best to ask WPML about it, as they know their plugin best.
Best regards,
AndyHey!
I think this issue is not theme related and more a general WordPress question. I think you can achieve what you want with a plugin like: https://wordpress.org/plugins/tinymce-colorpicker/
Hope this helps!
Best regards,
AndyOctober 13, 2015 at 11:56 am in reply to: Gallery slideshow with thumbnails to auto move images on large image #517992Hey!
currently there is not such a function for gallery element. You can make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Cheers!
AndyOctober 13, 2015 at 11:52 am in reply to: Different social icons and menu colors in different menus #517991Hi Haybazak!
what do you mean with regular menu?
I checked the link you have provided and it looks exactly as what you want to achieve. Can you highlight the changes you want to achieve please? you can use imgur.com or dropbox to add some screenshots and make things clear for us.
Best regards,
AndyOctober 13, 2015 at 11:49 am in reply to: Adding additional text and hyperlink to banner on main page #517989Hey!
not sure where the problem is. Just add the text in question using a text element with ALB. You can hyperlink any text with it.
Best regards,
AndyHey!
please provide us admin access, so we can have a deeper look into it. Post login details here as private reply.
Best regards,
AndyHi!
refuse from bumping into your own thread please, as it pushes it behind in our queue, marks it as answered and then we can’t provide a faster reply to you.
As I already mentioned: we need admin access to have a deeper look into it.
However, try to activate a default WordPress theme and check if you get the same result with it.
Best regards,
AndyOctober 13, 2015 at 11:40 am in reply to: Image height difference in WooCommerce Product Gallery #517981Hi!
refuse from bumping into your own thread please, as it pushes it behind in our queue, marks it as “answered” and then we can’t provide you a faster reply.
Wordpress is cropping images by default when uploading. You can control them going to WooCommerce->Settings->Products->Product Images as already mentioned or you could even try a plugin like:
https://wordpress.org/plugins/simple-image-sizes/Best regards,
AndyOctober 13, 2015 at 11:33 am in reply to: Next portfolio items sliding in instead of opening in new page #517976Hey!
I checked your child’s functions.php but the code Elliott referred to is not implemented into it. Please put it inside it and let us know when you are done. Here I paste it again for you:
add_action( 'wp_footer', 'enfold_customization_pagination_anchor' ); function enfold_customization_pagination_anchor() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.pagination a').each(function(i, e){ var url = jQuery(this).attr('href'); jQuery(this).attr('href', url + "#presenters"); }); }); </script> <?php }
Best regards,
Andy-
This reply was modified 9 years, 9 months ago by
Elliott.
October 13, 2015 at 11:27 am in reply to: Different menus per page – adding search icon/language selector #517975Hey entspannt!
what happens when you deactivate ZEN menu logic plugin? does the same issue happen for you? I think I would ask zen support in your case, as they know their plugin best.
Regards,
AndyOctober 13, 2015 at 11:21 am in reply to: removing the date from posts + image size on mobile #517973Hey!
try this code:
figcaption.av-inner-masonry-content.site-background { height: 40px; }
Cheers!
AndyHi!
I added this code to your Quick CSS field:
#menu-item-920 span.avia-menu-text { color: white; }
and now it’s showing up white for me. Can you confirm please? Don’t forget to clear browser cache.
Best regards,
AndyOctober 13, 2015 at 11:11 am in reply to: Product attribute table formatting in tabs on product page #517957Hey!
please refuse from bumping into your own thread, as it pushes it behind in our queue and then we can’t provide a faster reply to you.
It looks to me as if you already achieved what you wanted, because it looks like in your screenshots and you could even adjust the blue color.
For another responsive behavior try this:
@media only screen and (max-width: 767px) { div table.shop_attributes td { display: initial; position: relative; left: -200px; } div table.shop_attributes th { width: 225px; } div table.shop_attributes td p { width: 76px; }}
and adjust as needed.
Best regards,
AndyHey!
the site in question (http://www.waterstone-realty.com/idx/listings/home/ ) is build by an external plugin and is not a standard WordPress page, that is why it does not display as frontpage page. You need to contact plugin’s author about this issue and ask him how to make those sites your frontpage.
Regards,
AndyHi!
you are using an old version of WordPress and the theme. Please upgrade both (Enfold v3.3.2. is the newest theme version).
Regards,
AndyOctober 13, 2015 at 10:38 am in reply to: link portfolio Masonry image in overview to lightbox image #517941Hi!
not 100% sure what you are trying to do, but I guess it should be possible. Have a look at the features of masonry element here: http://kriesi.at/archives/enfold-version-2-4-fullwidth-masonry-elements
It says:In addition the Entries can also be sorted by any registered wordpress taxonomy: categories, tags, post format, etc… You name it :)
Regards,
AndyOctober 13, 2015 at 9:25 am in reply to: validator.w3.org – Warnungen & Ausgabe von Rich Snippets #517901Hey Johannes!
du verwendest eine veraltete Themeversion, bitt führe ein Upgrade durch zu Enfold 3.3.2.
Gruß!
Andyfreut mich, dass du glücklich bist. Lass uns in einem neue Ticket wissen, wenn du wieder Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Gruß,
AndyOctober 13, 2015 at 12:10 am in reply to: Blog in Seite einfügen mit Bild auf der Linken Seite #517781Hi MIB83!
versuche diesen code im Quick CSS:
#top .fullsize .flex_column .template-blog .post .entry-content-wrapper > * { width: 90%; }
Gruß,
AndyOctober 13, 2015 at 12:07 am in reply to: how to adding the php code after av_section or before after_section? #517780Hey!
I think this won’t be easily possible and and we can’t provide support for any 3rd party plugins, as written in our support policy. Please ask plugin’s author about it.
If they can’t provide you a solution for it, you would need to hire a freelance developer for this job and you can find one for example here: http://kriesi.at/contact/customizationRegards,
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts