Forum Replies Created
-
AuthorPosts
-
Hey!
not sure what you are trying to achieve. I checked your website and could not see any issues. Could you show us an example or a screenshot showing what you want?
Best regards,
AndySeptember 23, 2015 at 2:58 pm in reply to: Email Notification Plugin That works well with Enfold #507836Hey doperdoll!
I think you could have a look at Formidable Plugin. Also check out our recommended plugin list for Enfold:
https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/Cheers!
AndyHey!
sorry that you are waiting so long for this. I am sure Kriesi is working on it. Thank you a lot for being patient.
Regards,
AndyHey!
I have no idea what this SC Theme Editor is doing. Please ask plugin’s author about it. Simply try to deactivate this plugin and see what happens.
Best regards,
AndyHi!
wie hast du es denn bei den Posts gemacht, bei denen dieses Element erscheint? verwendest du dafür ein spezielles Plugin o.ä.?
Gruß,
AndyHey!
make sure to clear browser cache and hard refresh a few times. Ask your host about this issue. Are you using any caching plugin? or is your host using any kind of caching on your server?
Regards,
AndyHi!
are you talking about this picture?
http://waterstone.waterstonerealty.netdna-cdn.com/wp-content/uploads/2015/09/0-full1-495×400.jpgBecause as you can see it has white borders naturally. Upload a new version of this picture without any white borders.
If you need to use page-id have a look at this: https://en.support.wordpress.com/pages/#how-to-find-the-page-id
Best regards,
AndyHi!
hast du für diesen blog post den ALB verwendet? und bei den anderen eventuell nicht? oder andersherum? weil dann würde es daran liegen. Denn mit dem ALB musst du alles manuell selbst einpflegen was du auf deinem blog post dargestellt haben möchtest.
Gruß!
AndyHey!
Could the plugin SC Theme Editor doing what? don’t know what you mean.
Glad your website is working fine now.Let us know in a new ticket if you have some more questions or issues related to the theme.
Best regards,
AndySeptember 23, 2015 at 2:23 pm in reply to: Show category image and description on all paginated pages #507791Hi!
refer to this answer: https://kriesi.at/support/topic/does-child-theme-read-woocommerce-configconfig-php/#post-234151
However, would be best to ask WooCommerce support about it, as they know their plugin best.
Cheers!
AndyHey!
not sure what you mean. Can you provide us a link where we can see the issue? login info without a link to login does not help much :(.
Cheers!
AndyHey!
hm? three products per line looks good? in your previous post you said you wish one image only per line. So not sure what you trying to achieve. Can you provide us a mockup please? use imgur.com or dropbox.
Best regards,
AndyHey xfdigital!
we need a link to the topic which was closed, to be able to see it.
Regards,
AndySeptember 23, 2015 at 2:10 pm in reply to: Coloured background section (text area or colour section) #507771Hi!
0.) We can check if you implemented everything correctly and for this we need admin access. You can post login details here as private reply.
1.) Yes, you can use background-color: FFFFFF; as well, but only if you don’t need an opacity value.
2.) Try something like this:
#id1 .post-entry, #id2 .post-entry, #id3 .post-entry { … }
Best regards,
AndySeptember 23, 2015 at 2:05 pm in reply to: Removing "pencil" from posts and including lines of text #507761Hey!
I tried to login using information you have provided here, but does not work for me. Could you please check? make sure to use newest theme and WordPress versions. Clear browser cache and hard refresh a few times. Try to deactivate all plugins to see if one is causing this issue.
Regards,
AndyHi!
alright, let us know if you need further support with this issue. Otherwise feel free to open a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.
Regards,
AndyHi!
I can’t see any error message using my htc android device. I will ask someone from the team with an iPhone to check it. Can you provide us a screenshot of what you actually see? you can use imgur.com or dropbox.
Best regards,
AndyHey!
you can control the drop down arrow’s color with this code:
a.scroll-down-link { color: red !important; }
EDIT:
Sorry, now I realized that you are talking about something completely different. Drop down arrows from your gravitiy form do not have an extra CSS class, so they can’t be changes using CSS code. You need to contact plugin’s author about it. Not sure if they will have a solution for you though.Cheers!
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
Hi!
no idea and I don’t even know this “SC Theme Editor”. As I already said: go for a backup to make sure things are they way they were before this issues happened.
Cheers!
AndySeptember 23, 2015 at 1:45 pm in reply to: Slider image is not responsive on smaller screens #507738Hi!
responsive does not mean it will automatically look how you wish, instead it means that you can control different behaviors on different screen sizes. So control your background image by using this code:
li.av-single-slide.slide-1.active-slide { background-size: 200% 88%; }
Play around with both values until it fits to you.
Best regards,
AndyHi!
1.) Are you talking about mobile menu icon? did the other one show up before? does it show up again when you remove the custom CSS code we provided you in this thread?
2.) Try this code to move the content down a bit:
.av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-1.avia-builder-el-no-sibling.av-thin-font.av-inherit-size { margin-top: 52px; }
Cheers!
AndySeptember 23, 2015 at 1:29 pm in reply to: Individual height columns don't seem to be working. #507723Hi!
sure, you can see an example here: http://kriesi.at/themes/enfold/shortcodes/columns/
Best regards,
AndyHi!
ich weiß leider immer noch nicht welches Element du eigentlich meinst. Kannst du uns bitte ein Beispiel zeigen, wo wir das Element sehen können wovon du sprichst?
Gruß,
AndyHey!
then just adjust the width of Ismael’s first code to for example:
@media only screen and (max-width: 767px) { .responsive #top #main .products .product { width: 100%; } }
Regards,
AndyHi!
of course we did not install or change anything on your website. Please go for a backup.
Cheers!
AndySeptember 23, 2015 at 1:19 pm in reply to: Individual height columns don't seem to be working. #507713Hi!
please check this notification inside of the blue banner under Row settings:
Row Settings
These setting apply to all columns in this row and can only be set in the first column.
Please note: If you move another column into first position you will need to re-apply these settings.Regards,
AndyHey!
1.)
a) Use this to control image height on desktop:ul.avia-slideshow-inner { height: 560px !important; }
and adjust as needed.
b) You need to use media queries for a different behavior on mobile devices.2.) Refer to this thread and follow it: https://kriesi.at/support/topic/home-page-video-on-mobile-phone
4.) Use this to change background-color social buttons:
li.av-share-link.av-social-link-facebook { background-color: red; } li.av-share-link.av-social-link-mail { background-color: green; }
Regards,
AndyHi!
I checked on Mac OSX using Chrome and both links are the same for me.
Best regards,
AndyHey flocco21!
die URL, die du gepostet hast, zeigt für mich kein “Möglicherweise interessiert Sie:” Element. Was genau meinst du?
Gruß,
AndySeptember 23, 2015 at 12:50 pm in reply to: Color section on mobile devices is displayed wrong and multi author blog style #507695Hi!
1.) Unfortunately firefox mobile is not 100% supported, due to little demand.
2.) Are you talking about the author picture? because I can’t see any featured image on the website you have provided. Please clear browser cache and hard refresh a few times.
Cheers!
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts