Forum Replies Created
-
AuthorPosts
-
Hey!
can you provide us a link so we can see the menu in question?
Cheers!
AndyHey!
please ask your host if your server is using some kind of caching, which might cause this issue.
Regards,
AndyHi!
please follow this thread about your issue: https://kriesi.at/support/topic/header-background-image-4/#post-220782
Cheers!
AndyHey!
I checked your child theme’s functions.php and it is empty. Please insert Ismael’s code into it and let us know when you are done, so we can check if it’s working or not.
Cheers!
AndyHi!
we are here to support, not to do any jobs for you. If you are searching for someone who implements everything for you, then feel free to hire a freelancer here: http://kriesi.at/contact/customization
Cheers!
AndyAugust 17, 2015 at 1:41 pm in reply to: Main menu separators \ dividers – unnecessary divider. #488894Hey!
glad Rikard 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!
if you really need this special function then you would need to hire a freelancer for this job.
Cheers!
AndyHey!
did you try to deactivate all other plugins? maybe one is causing a conflict. We can’t really support all 3rd party plugin out there, so if you need help with this plugin please ask the plugin’s author.
Best regards,
AndyHey!
use this as an example: https://kriesi.at/support/topic/child-functions-php-not-overriding-parent-functions-php/#post-293767
However, we recommend to use a plugin for this function: https://wordpress.org/plugins/simple-image-sizes/Regards,
AndyHey!
full screen should be fine with layer slider. Not sure about parallax effect. It would be best if you ask the guys from layers slider directly: http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246/support
Regards,
AndyHi!
get rid of the space with this code:
.pricing-table { margin: 0px; }
and adjust as needed.
Cheers!
AndyHi!
use this code, to control background image size:
.header_color .header_bg { background-size: 100%; }
Adjust as needed.
Regards,
AndyAugust 17, 2015 at 1:12 pm in reply to: Removing featured image / author pic from from blog post content element #488872Hi!
you would need to hire a freelancer for first option.
For second one use this code in Quick CSS field:
a.small-preview { display: none; }
Cheers!
AndyHey wintner!
we are aware about issues of background images in mobile firefox. However, firefox mobile is not supported due to little usage. Feel free to make a feature request here: kriesi.at/support/enfold-feature-requests/
Regards,
AndyAugust 17, 2015 at 1:04 pm in reply to: text font and social icon after do not work after transfer of site. #488865Hi!
1. Just use the right font in your backend for your new website.
2. Adjust it in your theme settings or use this code:
#socket .copyright { color: white; }
3. Refer to this post: https://kriesi.at/support/topic/increase-social-media-icon-sizes-header/#post-221593
Best regards,
AndyHey!
I get a nothing found error when trying to open the page you have provided. Not sure if I understand though. Can you elaborate please?
Regards,
AndyHey!
during weekend we are usually off and 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 for you.
On the link you have provided I can’t find what you are showing on your screenshot. I can’t see any blue “subscribe” for example.
Cheers!
AndyHi Adolfo Lucio!
themeforest will update it soon, I think.
Regards,
AndyHi Hector!
you are using quite a lot of plugins. Please deactivate all of them but WooCommerce, to check which one is causing this conflict.
Best regards,
AndyHi!
glad Rikard could help. Let us know in a new ticket if you have some more questions related to the theme.
Cheers!
AndyAugust 17, 2015 at 12:39 pm in reply to: mobile menu parent items open submenu and don't click through #488847Hey!
feel free to make a feature request here: kriesi.at/support/enfold-feature-requests/
Best regards,
AndyHi M1000000!
I can’t see any issue with your header on ipadpeek.com and to be honest I can’t see any issue on your screenshot neither. Can you explain further please?
Cheers!
AndyHi!
what do you mean with full width? are you talking about the distance between the thumbnails? if yes you could control it using this code:
#top #wrap_all .avia-gallery-3 .avia-gallery-thumb { margin-right: 50px; }
which will effect other images in other galleries as well. So if you really need it you would need to give the gallery in question a unique CSS class.
Best regards,
AndyHey wiwaldi79!
use this code:
.hr.hr-invisible.avia-builder-el-3.el_before_av_heading.avia-builder-el-first { display: none; }
Are you talking about the facebook icon in header? if yes control it with this code:
li.social_bookmarks_facebook.av-social-link-facebook.social_icon_1 { margin-left: 50px; }
I really recommend to learn basic HTML/CSS in your case.
Regards,
AndyHey moshe_elisha!
could you explain further which look you want to achieve? or can you show us a mockup/screenshot of what you want to achieve? then we can provide you some precise CSS code which fits your needs. You can use imgur.com or dropbox.
Regards,
AndyHi Jaroslav!
activate you cache plugin again. Go into it’s setting and choose to switch off caching. Then clear browser cache and hard refresh a few times to check again.
Regards,
AndyHi!
did you delete all theme files before getting a fresh installation? maybe there are some corrupted files which won’t get overwritten when just installing a new version.
Best regards,
AndyAugust 17, 2015 at 12:10 pm in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488822Hey!
not sure why, but somehow width of this image is set to 0x0px, that’s why it was not visible. Now I updated the code in your Quick CSS to this one:
a { overflow: visible !important; } img#showgallery2 { position: absolute; top: -80px; left: -480px; max-width: 266px; }
Please review your website not and let me know if you are happy.
Cheers!
AndyHey!
2.) Dein Submenu kannst du hiermit kontrollieren:
#top .av-submenu-pos-right { margin-right: 35px; }
Gruß,
Andy -
AuthorPosts