Forum Replies Created
-
AuthorPosts
-
April 26, 2015 at 2:28 pm in reply to: How to change position of WPML langs on the right of my secondary menu #434868
Hey!
hm not really sure what you mean. Can you show us what’s going on using screenshots? you can use imgur.com or public dropbox. Please show us what you want to achieve, so we can provide you some precise CSS code.
Regards,
AndyApril 25, 2015 at 2:22 pm in reply to: Feature image not showing in post when using avia advanced editor #434697Hi!
please refer to this post: https://kriesi.at/support/topic/missing-featured-image-when-using-the-advanced-layout-editor/#post-434298
Cheers!
AndyHey futurecom!
every child theme behaves like an own theme and when you change the child theme name, WordPress thinks you are using a different theme. So you need to import all your settings to your “new” child theme. Export your settings from your old child theme and import them into your new one.
For more info: http://kriesi.at/documentation/enfold/using-a-child-theme/
Hope this helps!
Cheers!
AndyHey!
I clicked on “Shopsystem Überblick” button and the anchor link is working the same way on Chrome, Safari and Firefox and everything seems fine to me. Please use newest browser version. Which OS are you using?
Cheers!
AndyHi!
I can’t reproduce the issue using your shortcodes on my installation. So it does not happen for me.
I suggest to deactivate all plugins, to see which one is causing this issue.However, you can try this code as a workaround:
div#full_slider_1 { margin-top: -102px; }
Adjust it as needed. I tried it on your website /o-firmie/ and it seems to work.
Regards,
AndyHi!
I think you could try it with a plugin like one of these:
https://wordpress.org/plugins/custom-header-images/
https://wordpress.org/plugins/custom-header-extended/When editing a page you can set “Header visibility and transparency” on the right side to “transparent” header.
Best regards,
AndyHey!
sag und bescheid, wenn du noch Hilfe brauchst. Wir lassen den Tread so lange noch offen.
Gruß,
AndyApril 25, 2015 at 11:32 am in reply to: Masonry Portfolio: Transparency to title background on mobile devices #434667Hi!
well to be honest I am not sure about which part of your masonry you are talking about. A screenshot would help a lot I think (imgur.com, public dropbox).
However, if you want to control the code from your first post for mobile devices then try this:@media only screen and (max-device-width: 736px) { .av-masonry-entry:hover .av-inner-masonry-content{ opacity: 0.7 !important; }}
Hope this is what you are searching for.
Best regards,
AndyApril 25, 2015 at 11:21 am in reply to: Enfold: Missing Featured Image display for CPT when using Avia Builder #434664Hi Julie!
Please update to Enfold 3.1.3.
Does the featured image work for your CPT with a default WordPress theme?
How are you creating the CPTs? are you using a plugin or anything?
Please take a look this on how to create CPT:
http://generatewp.com/post-type/
http://codex.wordpress.org/Function_Reference/register_post_typeHope this helps.
Don’t forget to check if clearing browser cache makes your featured image show up.
Cheers!
Andy- This reply was modified 9 years, 7 months ago by Andy.
April 24, 2015 at 5:55 pm in reply to: logo was pushed to left side and cut off on the screen on ipad #434291Hey!
for me your logo is pushed to the right on desktop:
Where do you want your logo to be? maybe centered above menu? Use this code to control position of the logo
.logo { left: 0% !important }
adjust it to “-10%”, “10%” or whatever is best for you.
If you want to target iPad screen size only use this code:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .logo { 50% !important }}
Regards,
AndyHi!
first you should activate debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Then you will find shortcodes under the Avia Layout Builder. Build your content with the ALB and then use the shortcodes to put them into your widget.
Hope this helps.
Best regards,
AndyHi Vincent!
give us a link showing what you have done so far on your author page and we take a look. Provide us screenshots showing what you want to achieve exactly (imgur.com, public dropbox), so we can give you some precise CSS code.
When editing a page with Avia Layout Builder you will find “Social Share Button” element in “Content Elements”.
Regards,
AndyHi!
it’s possible, but out of our support scope, as it would require a heavy customization of the theme. You can hire a freelancer for this here.
Best regards,
AndyHey simonac!
thanks for using the theme. Please use this code in Quick CSS instead:
span.edd_checkout_cart_item_title { color: black !important; }
Best regards,
AndyHey!
I don’t have an iPad myself to check, but on chrome emulator for iPad it looks fine and I can’t see any issue. Could you provide us some screenshots of what you see please? you can use imgur.com or public dropbox. Please clear browser cache and also check on another retina iPad.
Regards,
AndyHi!
you could try to use this plugin: https://wordpress.org/plugins/breadcrumb-navxt/
Or maybe you want to try out this solution: https://kriesi.at/support/topic/how-do-i-change-you-are-here-in-the-breadcrumb/#post-121933
Regards,
AndyApril 24, 2015 at 2:44 pm in reply to: questions regarding socket, changing fonts, testimonial element #434123Hi!
I checked your blog but could not see any weird characters, so I can’t inspect anything. Could you fix it? As we can’t provide support for any 3rd party plugins, please contact the plugin’s author.
Best regards,
AndyHey!
Your mobile menu is set to display: none;
Use this code:@media only screen and (max-width: 767px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block !important; }}
Hope this helps!
Cheers!
AndyHi!
hm … I cannot find any infinite scroll plugin in your plugin list. Did you remove or change it? which one are you using now?
Best regards,
AndyApril 24, 2015 at 1:57 pm in reply to: Color Section Background Video – Un Mute / Activate Sound #434068Hey astrolab!
I tried it on my own installation and it worked fine. Can you please send us a link showing your background video? couldn’t find it on your website.
Best regards,
AndyHi!
you are using quite an old version of the theme. At first please update to the latest one and let us know when you still need help. Clear browser cache if necessary.
Regards,
AndyHey GabrielAlberola!
at first please update to Enfold 3.1.3. and make sure to use newest WordPress version.
You could try to flush your permalinks by going to Settings->Permalinks and just click on “Save changes” (make sure all settings are correct). After flushing check again.
If this does not help, please also contact the plugin’s author.Best regards,
AndyHi!
I checked your link with chrome and firefox, but could not find any date selector and everything looked fine to me. Could you fix it? If not please send us the correct link (showing the issue with date selector etc.) and/or provide us some up to date screenshots. I clicked several times on “Next”, but your form looks good to me …
Cheers!
Andy- This reply was modified 9 years, 7 months ago by Andy.
Hi!
scheint als wären deine .mo/.po Dateien nicht korrekt. Seit wann ist dieses Problem aufgetreten? Kannst du auf ein backup deiner alten (funktionierenden) .mo/.po Dateien zugreifen? Falls nein lösche bitte alle Theme Dateien und besorge dir eine frische Installation von deinem Themeforest Account. Sorge vor dem löschen für ein Backup.
Hoffe es funktioniert dann!Gruß!
AndyApril 23, 2015 at 8:05 pm in reply to: WPML 3.1.9.4 en Enfold 2.4.2: No me permite utilizar el Avia Layout Builder #433721Hi!
Enfold 2.4.2. es una version muy antigua. Por favor usa la version actual: Enfold v3.1.3.
Saludos,
AndyHey!
go into your W3 Total Cache settings and deactivate caching. Afterwards clear browser cache and refresh your site a few times. If that does not work your server might use some kind of caching and you would need to contact your host.
Regards,
AndyApril 23, 2015 at 7:54 pm in reply to: Google Maps Widget Bubble Content and german "umlaut" ö ä ü etc. #433714Hi!
did you try with a default WordPress theme?
Cheers!
AndyHi!
I tried to reproduce your page using your shortcodes on the site with the google maps element etc., but I can’t reproduce the issue on my installation. It’s weird … Can you please ask your host if they are using any kind of caching, which could cause the whole problem?
Cheers!
AndyHey!
at first I would recommend to update to Enfold v3.1.3.
As you said there are sidebar pages and sidebar blog, so you would need to make sure that sidebar pages has the content you need. Check in Appearance->Widget->Sidebar Pages.
If the issue remains after upgrade etc. please provide us admin access, so we can take a deeper look into the issue.
Cheers!
Andy -
AuthorPosts