Forum Replies Created
-
AuthorPosts
-
Hey!
change read more text with a plugin like: https://poedit.net/wordpress or https://wordpress.org/plugins/loco-translate/.
Yes, could be that this changes the color.
Yes, you can use Quick CSS as well, as it will survive updates.
Best regards,
AndyOctober 22, 2015 at 6:32 pm in reply to: Text flickering when sliders move – Safari and Firefox #523211Hi!
use Safari after implementing Yigit’s code. Clear browser cache at first and then hard refresh a few times. Are you using any caching plugin?
Best regards,
AndyHey!
please delete all theme files completely before getting a fresh copy from your themeforest account, because it seems to me that some corrupted theme files are staying after overwriting them.
Cheers!
AndyHey!
this does not seem to be a theme related question to me and more a general WordPress one. That’s why I suggest to ask in general WordPress forum about such a function. Maybe they have a hint for you.
Regards,
Andystop double posting please. I already answered you here: https://kriesi.at/support/topic/hotspots-not-working-correctly/
Regards,
AndyHi cherrmann!
if your customer prefers font-size 14px then just change the code to:
.avia-tooltip .inner_tooltip { font-size: 14px; }
Simply adjust it as needed.
Not sure what you mean about your tooltip. Can you show us what’s going on for you? provide us a link and use screenshots to highlight your intentions please.
Cheers!
AndyHey spheor!
not sure If I understand correctly. Can you elaborate please?
A) Where is the big gap you are talking about? I could not see it on the link you have provided.B) No idea what you mean. Can you provide us examples of what you want to achieve?
C) Please use imgur.com or dropbox to highlight your intentions, so we can get a clear idea of what you need.
Best regards,
AndyHey!
let us know if you have some more questions related to the theme. We will try our best to support you.
Regards,
AndyHi!
basically this needs a new WooCommerce function and that’s why it’s best to ask WooCommerce Support about it, as they know their plugin best.
Regards,
AndyOctober 22, 2015 at 5:05 pm in reply to: Woocommerce – MwSt. und Versand aus Kategorieansicht entfernen #523136Hi!
du kannst die beiden Angaben mit diesem Code im Quick CSS Feld entfernen:
span.woocommerce-de_price_taxrate { display: none !important; } .woocommerce_de_versandkosten { display: none; }
Gruß!
AndyOctober 22, 2015 at 5:00 pm in reply to: Home Page Side Bar Elements being Pushed below the page #523130Hi!
login does not work for me. Can you check please?
Best regards,
AndyHi!
not sure what you mean in your point 3., because there is no such option when editing a masonry element. Can you explain further? or even provide us screenshots to make things clear?
Regards,
AndyHi!
try to change preloader image with this code in Quick CSS field:
@media only screen and (max-width: 767px) { .av-siteloader-wrap { left: -10px; }}
and adjust as needed.
Cheers!
AndyHey!
in your previous post you said this:
I was looking for a way where I could have several LI classes (one for fax, phone, email, question mark)
Then call the LI class in for the specific LI.
That is why we suggested to activate custom class for all ALB elements. Because then you can call a unique LI class for the specific LI.
Now I am not sure anymore what you want to achieve. Can you provide us links of what you have now and screenshots showing what you want to achieve instead? would be very helpful for us to understand what you need.
Best regards,
AndyOctober 22, 2015 at 3:57 pm in reply to: Woocommerce – MwSt. und Versand aus Kategorieansicht entfernen #523064Hi crossberlin!
kannst du uns dazu bitte einen Link geben, wo wir die Elemente von denen du sprichst sehen und untersuchen können?
Gruß,
AndyHey!
leider lädt deine Seite bei mir nicht. Bist du sicher, dass das der korrekte Link ist?
Gruß,
Andyglad 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.
Cheers!
AndyHi!
can you use a page like pastebin.com for the shortcodes please? so we can see the actual code you are using.
Regards,
AndyOctober 22, 2015 at 3:35 pm in reply to: Display problem recurring events in Enfold Church – Events Calendar Pro #523046Hi!
I can’t access your login website and your normal website looks like this for me:
Seems quite broken. Can you check what’s going on please?
Best regards,
AndyHi!
the bullets you are talking about can be achieved by this button when editing a text block element:
Best regards,
AndyHey!
try this code for pages:
//social filter in the template builder add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_page()) { ob_start(); avia_social_share_links(array(), false); $social = ob_get_clean(); $content = $content . $social; } return $content; }
Best regards,
AndyHi!
you can find an example on the link Elliott has provided to you. If you need a coder for this job then you can find one here: http://kriesi.at/contact/customization
Cheers!
AndyHi!
I put this code as menu name:
(private)
and now it’s opening in a new window. Can you confirm?
Best regards,
Andy-
This reply was modified 9 years, 8 months ago by
Rikard.
October 21, 2015 at 11:39 pm in reply to: social bookmarks in header – hover/active not working for Macs #522602Hey Greg!
I am on mac as well and it’s working totally fine for me. Try to clear browser cache and hard refresh a few times. Make sure to use newest browser version.
Cheers!
Andy@raoulbeltra
not sure if I understand correctly. Can you explain further please? because I can’t see any issue on the website you have provided. Lightbox is deactivated and everything seems to be fine to me.Best regards,
AndyHi!
could be caused by the caching plugin you are using. Go into it’s settings and switch off caching. Afterwards clear browser cache and hard refresh a few times.
Best regards,
AndyHey hobart!
please provide us a link to your website, so we can inspect the elements.
Best regards,
AndyOctober 21, 2015 at 10:44 pm in reply to: Vertical and horizontal center of 1/2 Layout Elements #522579Hey!
try this code inside of Quick CSS field:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding.avia-builder-el-8.el_after_av_one_half.el_before_av_hr { margin-top. 35%; }
and adjust as needed.
Cheers!
AndyHey!
not sure what you mean as I can’t find any camera icons nor tooltips on the website you have provided. Can you highlight what you mean using screenshots please? use imgur.com or dropbox.
Regards,
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts