Forum Replies Created
-
AuthorPosts
-
Hey!
can you show us what you see please? use screenshots (imgur.com, dropbox). I cannot find any issue on your website. On Chrome and Firefox it seems to be the same for me. I am using Mac as well.
Cheers!
AndyHi!
you are still using an old version of the theme. Please update to Enfold v3.2.3. Try to delete your masonry element, safe (update) you page in backend and then try to rebuild masonry element and check if things are changing. Please deactivate all plugins while testing. Are we allowed to deactivate your plugins temporarily for testing purposes?
Best regards,
AndyHey!
you are using a very old version of the theme. Please update to Enfold v3.2.3.
Regards,
AndyAugust 14, 2015 at 11:56 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #487686Hi!
about which images are you talking about? can’t see which one is missing, because “Mama Captain (contact us)”, Login, Our team, etc. are all there for me.
Regards,
AndyAugust 14, 2015 at 11:48 am in reply to: Fullwidth Slider on Mobile: Center all Images or change x-position indivually #487679Hey!
I know it’s about mobile view. So it’s about height and not width, right? I think screenshots would help a lot to make things clear … please use imgur.com or dropbox.
If the images don’t have the correct height, then please just adjust height value in your code, as I already mentioned.Is it possible to let the slider-images appear unstretched, while presevering the height (so that the text stays readable)?
Not sure what you mean with this, because about which text are you talking about? Basically you are asking: “How can I change height without changing height?”
I am confused. Please use screenshots to make things clear.Regards,
Andy-
This reply was modified 9 years, 6 months ago by
Andy.
Hey!
I think a semicolon is missing in your code. Use this one instead:
@media only screen and (max-width: 640px) { #makers .avia-section main_color avia-section-default avia-no-border-styling avia-full-stretch avia-bg-style-fixed avia-builder-el-80 el_after_av_hr el_before_av_hr av-minimum-height av-minimum-height-custom container_wrap fullsize { background-image: url(https://groovin-organization.com/wp-content/uploads/2015/08/groovin_organization_9108__makersmobile.jpg); } }
Regards,
AndyHey!
1.) Use this code:
.frm_style_formidable-style.with_frm_style .form-field { margin-bottom: 14px; }
and adjust as needed.
I have never heard about Formidable plugin before. However, if it’s well known as you say then you can make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/. If lots of people vote for it, then he will make it fully compatible with Enfold in the future. Otherwise you need to contact plugin’s author for support or use another (compatible) plugin like contact form 7 for example.
Cheers!
AndyHi!
please provide us a link to this lightbox. We need to inspect the elements.
Cheers!
AndyHi!
you can use icon shortcode inside of “Phone Number or small info text”-field. Refer to this post:
https://kriesi.at/support/topic/entypo-fontello-icons-unicode-ue-number/#post-258819Regards,
AndyHi!
Yigit’s code should work. You are using W3 Total Cache plugin. Go into plugin’s setting and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times. Deactivate all plugins while testing.
Best regards,
AndyHi spheor!
1. Use this code in Quick CSS field:
#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside { border: none; }
2. Use this code:
#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a { color: #9B7F37; }
3. Go and edit your page, then scroll down and look on the right side for Layout->Header visibility and transparency and choose “No transparency”.
Regards,
Andy-
This reply was modified 9 years, 6 months ago by
Andy.
August 13, 2015 at 9:20 pm in reply to: Fullwidth Slider on Mobile: Center all Images or change x-position indivually #487443Hey!
not sure what you mean, because all your image are 100% width. Are you talking about height? You can control it by changing the height value of your code in your previous post (height: 130px !important;).
Regards,
AndyHi!
yes, put it in your style.css of your child theme.
Regards,
AndyAugust 13, 2015 at 2:12 pm in reply to: Issue with https / ssl redirecting – parent pages redirect to index #487197Hey!
does it happen when you deactivate all plugins (including Yoast) as well?
Try out this plugin as well: http://de.wordpress.org/plugins/wp-force-https/I would ask Yoast support if you think there is a conflict with their plugin.
Regards,
AndyAugust 13, 2015 at 2:08 pm in reply to: Fullwidth Slider on Mobile: Center all Images or change x-position indivually #487196Hey!
I can’t see any issue/jumping from slide 5 to slide 6. The issue from slide 6 to 1 is caused by strange values of min-width in this code:
@media only screen and (max-width: 767px) { .home #full_slider_1 img { height: auto !important; min-width: 1191px !important; }}
Change it to something like this:
@media only screen and (max-width: 767px) { .home #full_slider_1 img { min-width: auto !important; height: 200px !important; }}
Regards,
AndyHey!
1.) Not sure why you want your site to load 10 seconds, as this seems very long to me. There is no option for choosing how long the preview will show up and normally it will be shown as long as it needs for the content to be loaded. If you really want to control the time for this, you would need to hire a freelancer for this job.
2.) What do you mean with “it will disappear”? It does not disappear at all for me. However, if you want to move the content up, use this code in Quick CSS field:
@media only screen and (max-device-width: 1024px) { h2.avia-caption-title { margin-top: 50px; }}
and adjust as needed.
3.) Use this code to control it:
@media only screen and (max-device-width: 1024px) { div#fullscreen_slider_0 { top: -80px; }}
Best regards,
AndyHi!
refer to this solution: https://kriesi.at/support/topic/enfold-category-pages-is-it-possible-to-overwrite-them/#post-207631
or ask in the general WordPress forum for help about this function. You can’t customize this page with the Advanced Layout Builder of Enfold.Best regards,
AndyAugust 13, 2015 at 1:07 pm in reply to: WP Version 4.2.4 – can not upload images to the theme – Enfold #487159Hi!
not sure if this date is a google function or a yoast function and in both cases I would ask in their support forum.
Cheers!
AndyHi!
not sure what you mean. The function for this standard WordPress Calendar widget is to show your posts. When you click on July it will redirect to the page of all posts made in july. This is non theme related and the normal standard WordPress behavior.
Cheers!
AndyHey!
please try to deactivate all plugin to check if one is causing this behavior. Please upgrade to Enfold v3.2.3.
Cheers!
AndyHi!
not sure what you mean, because your about us page is showing fine on my htc mobile device. Did you check on another phone as well?
Best regards,
AndyHey!
not sure what you want to achieve. Could you elaborate please? because I went to day 22 of your calendar but there is nothing to see for me …
Best regards,
AndyAugust 13, 2015 at 11:08 am in reply to: Preis-Tabelle: Zeilen-Zuordnung von Beschreibungs- zu Standardspalte #487071Hey!
ich habe mir die Tabelle angeschaut und ja ich erblicke da etwas. Für mich sind die Zeilen alle auf einer Höhe, nur die letzte Tabelle tanzt aus der Reihe, weil da auch ein ganz anderer Zeileninhalt vorliegt. Kannst du uns bitte genauer erklären was du jetzt erreichen möchtest? am Besten wäre für uns eine Skizze, die uns zeigt wie es visuell aussehen soll, weil dann können wir dir auch einen präzisen Code basteln. Du kannst imgur.com oder Dropbox verwenden.
Gruß!
AndyHi!
try this code:
body#top { margin-top: 25px !important; }
Cheers!
AndyHi!
we have no idea what it could be right now. That is why we told you to activate a default WordPress theme and check again (you don’t need to be afraid, as you won’t loose anything by switching theme). Because then you will know for sure if it’s a theme related issue or not. Please tell us about your results.
Cheers!
Andy-
This reply was modified 9 years, 6 months ago by
Andy.
Hey djshortkut!
I think we solved this already in another ticket from you. Why again? I checked and open+close button seem to be aligned nicely. Can’t see what you mean.
Cheers!
AndyHi bahrx029!
I can’t see what you are describing about ticket stuck in left sidebar and getting cut-off. Where can we see this issue?
Best regards,
AndyHey vinayb!
please deactivate all plugins, to see if one is causing this issue. If it does not help then please send us admin access so we can take a closer look. Post login details here as private reply.
Best regards,
AndyHey dabomb!
please deactivate all plugins, to see if one is causing this issue. If it does not help then please send us admin access so we can take a closer look. Post login details here as private reply.
Best regards,
Andy -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts