Forum Replies Created
-
AuthorPosts
-
Hi!
WP login details are not working for me. Please check and let us know.
Regards,
AndyHey!
anchor links only work for single page navigation. However, you can link to wherever you want using anchor links.
Are you talking about the hover color for your menu? if yes use this code:
.header_color .sub_menu > ul > li > a:hover { color: black; }
Hope this helps!
Cheers!
AndyJuly 20, 2015 at 12:02 pm in reply to: xmlrpc, feed ect aus dem header entfernen, Geschwindigkeit #475711Hey!
super, freut mich, dass es klappt.
Lass uns in einem neuen Ticket wissen, wenn du wieder eine Frage bezüglich des Themes hast. Wir unterstützen dich gerne.Gruß,
AndyHey!
I already told you that you have to include the specific page-ID in your code. Please have a look on my previous post, where I included a link to a tutorial about finding your page-ID / post-ID.
For the link you mentioned in this post use this:
1.) postid-92
2.) page-id-14
3.) page-id-16Cheers!
AndyJuly 20, 2015 at 11:53 am in reply to: Mobile version of portfolio generates white gaps between photos #475707Hi!
schön, dass du die Fehlerquelle herausgefunden hast.
Lass uns in einem neuen Ticket wissen, wenn du wieder einmal Hilfe bezüglich des Themes benötigst. Wir helfen dir gerne aus.
Gruß,
AndyHi!
it will come in the next days. Thanks for being patient.
Best regards,
AndyHey!
then please build a second slider which we will only use for mobile device. Let us know when you are done and show us your results. Then we can provide you some CSS code to hide one for desktop/mobile.
Cheers!
AndyHi!
try this code:
div#av-masonry-1 { margin-left: 19px; margin-right: -19px; }
Hope this helps.
Regards,
AndyHey kristoph!
try this code:
div#av_section_1 { background-size: 100% 100% !important; }
and adjust as needed.
Regards,
Andy-
This reply was modified 9 years, 7 months ago by
Andy.
Hi jenlioness!
not sure if I fully understand, because I can’t see anything when hovering over “learn more” and “fun fact sheet”. The buttons just get highlighted (which is normal behavior to me). So what are you trying to achieve exactly? Could you show us an example or screenshots? use imgur or dropbox.
Best regards,
AndyHey alex5252!
I see that you uses a more transparent background color for your captions. So do you want to align them up so that they have all same height? if yes use this code:
figcaption.av-inner-masonry-content.site-background { top: 158px; }
You can increase your masonry width and adjust position more to the left with this code:
div#av-masonry-1 { left: -12px; width: 106%; }
Cheers!
AndyHi!
can you show us the breadcrumb in question? I think we might need admin access and you can post login details here as private reply. Our support for 3rd party plugins is limited, so please contact the plugin’s author about the issue with rich snippet plugin.
Best regards,
AndyHi!
it should work I think. Try to clear browser cache and hard refresh your site a few times. You could also put this code into your Quick CSS field:
.avia-heading-row > th:nth-child(2) { width: 50%; }
Regards,
AndyHey jenlioness!
I could not find the issue on your website. Where to click to see the 3 images you are talking about? maybe screenshots for highlighting would help (use imgur or dropbox).
Best regards,
AndyJuly 17, 2015 at 12:21 pm in reply to: Enfold Church–how do I insert an audio file over an image? #474854Hey NRupert!
you would need to add some css to do it. If you provide us a link showing your posts with audio files we could help you.
Cheers!
AndyHey lucein1774!
does this happen on a default WordPress theme as well?
Maybe you could try to add manually a lightbox link with something like this:<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>
Best regards,
AndyHi!
glad 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.
Regards,
AndyHey cbesondy1!
it is working for me on my own installation. Make sure to use newest theme and WordPress version and try to deactivate all plugins to see if one is causing this issue.
Regards,
AndyHey gearouthere!
make sure to use newest theme version, which is currently Enfold v3.2.3. Try to clear browser cache and hard refresh afterwards a few times. Deactivate all plugins while testing, to see if one is causing this issue.
Cheers!
AndyHey gearouthere!
not sure what you mean. Can you show us an example of what you are trying to achieve? You can use custom icons in Enfold: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
AndyHey!
glad it’s working for you now. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist.
Best regards,
AndyHi!
glad it’s working for you and thanks for this funny website. I shared it with the rest of our team :).
Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist.
Cheers!
AndyHey ocetechnologies!
you could work with media queries to prevent that. So an extra code for a different screen size is needed. Something like:
@media only screen and (max-device-width: 736px) { #top .av-subnav-menu { margin-left: 38px; }}
Adjust as needed.
Cheers!
AndyHey Juan!
can you provide us with a link showing the issue? we might need admin access as well and you can post login details here as private reply. Try to clear browser cache and hard refresh after making changes in the backend. Also try to deactivate all plugins to check if one is causing this issue. Make sure to use newest WordPress and theme version.
Regards,
AndyJuly 17, 2015 at 11:41 am in reply to: Getting nativagion menu button to scroll to page section #474822Hey newtonlinchen!
I think you need to work with anchor links: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
AndyHey envatojlc!
it is always responsive with the Enfold theme and you have to define how the responsiveness should behave on different screen sizes. WordPress is resizing by default when uploading images and if you want to have more control over it you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
AndyHi!
can you give us a precise link showing the items in questions (textblock etc.)?
For different screen sizes you would need to work with media queries. For example:@media only screen and (max-device-width: 736px) { .jeroenvanderdrift { position: relative; left: 10px; width: 80%; background-color: #ffffff; }}
For maximum screen size of 736px. Adjust as needed.
Regards,
AndyHey!
I can’t see the images you have provided. They are not loaded for me. Please use a link from imgur or dropbox to include screenshots.
Regards,
AndyHey!
you could try to include page-id into your css code. Here I show you how to find your page-id: http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
Then your code would look something like this:
.page-id-12345 #top .av-subnav-menu > li { padding: 70px 0; }
Cheers!
AndyHey!
both sliders might be loaded but not the images of both sliders. So it’s fair enough I think :).
Let us know in a new ticket if you have another question related to the theme. We are happy to assist.
Best regards,
Andy-
This reply was modified 9 years, 7 months ago by
Andy.
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts