Forum Replies Created
-
AuthorPosts
-
November 2, 2015 at 7:24 pm in reply to: Ladezeit Masonry Gallerie – Masonry soll auf Thumbnail zugreifen, WooCommerce #528758
Hi Rene!
solch eine Funktion gibt es leider nicht. Du könntest versuchen mittels einem Caching Plugin die Ladezeit erhöhen. Ich habe jedoch deine Seite gecheckt und sie lädt sehr schnell für mich.
Gruß,
AndyHi!
every modern theme will face kind of those issues. Only a few very basic themes would not have it.
Glad you could increase loading speed!Best regards,
AndyNovember 2, 2015 at 7:18 pm in reply to: Child Theme – Changes on a .php-file in another folder #528756alright, let us know how it goes. We will let this thread open for you.
Cheers!
AndyNovember 2, 2015 at 7:17 pm in reply to: Breadcrumb in Single Post View – strange path and wrong header text #528755Hi!
can you provide us a link showing the elements in question please? because we need to inspect the elements.
Best regards,
AndyHey!
you have used WP Super Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards deactivate this and all other plugins, then clear browser cache and hard refresh a few times. Hope this will help!
Regards,
AndyHi Sophieja23!
we need to be able to inspect the elements. Can you provide us a link where we can see it?
Best regards,
AndyHi!
we can only support you to fix it by yourself. If you have time sensitive projects and need a freelancer, feel free to hire one here: http://kriesi.at/contact/customization
Add this code to Quick CSS field so that the background image of your color section will go up:
.html_header_top.html_header_sticky #main { padding-top: 0; }
I checked your settings and everything seems to be fine, however, your header does not behave right. Deactivate all your plugins and check if that helps.
Did you add any custom CSS code? try to remove every custom CSS and check again.If that does not help then maybe there are some corrupted theme files and in this case you need to delete all theme files completely via FTP, before getting a fresh copy from your themeforest account.
Cheers!
AndyNovember 2, 2015 at 6:30 pm in reply to: Height of and borders beneath menu and social media icons in widget #528731Hey!
you can control submenu using this code in Quick CSS field:
.av-main-nav-wrap ul .sub-menu { margin-top: 10px; left: -50px; }
and for height try this:
#top .av-main-nav ul a { height: 53px !important; }
Adjust both codes as needed.
Regards,
AndyHey!
not sure what you mean and don’t know what you want to achieve. Can you send us a mockup showing exactly what you are trying to achieve please? because I get a completely different look than in your screenshot:
Regards,
AndyNovember 2, 2015 at 6:16 pm in reply to: Specific event or category for Events Countdown element #528723Hi!
you can’t select an event with the Events Countdown element, because it is only for a countdown and nothing else. Add the countdown and below it choose an event of your choice using the plugin’s widget for example.
Cheers!
AndyHi!
could be possible and would require a huge amount of customization of the theme. You can hire a freelancer for this job here. Maybe there is a plugin with such a function. You could try to ask WooCommerce support about such a function as well, maybe they have an idea for your.
Best regards,
AndyNovember 2, 2015 at 6:08 pm in reply to: Popular Post Widget – Showing actual HTML instead of it rendered #528713Hi!
unfortunately we can’t do much about it, as it is controlled by the plugin and therefore you would need to contact plugin’s author or find another plugin which works better for you.
Best regards,
AndyHi!
use this in Quick CSS field:
.related.products { display: none; }
Cheers!
AndyNovember 2, 2015 at 6:00 pm in reply to: Getting rid of certain field on product page within WooCommerce… #528706Hey!
about which other price are you talking about? I can’t see any price at all on the links you have provided and not sure what you are trying to achieve. Can you be more specific please? you could also use screenshots to highlight your intentions. Use imgur.com or dropbox.
Cheers!
AndyHi!
use this code for border colors:
#top .mc4wp-form input[type='text'], #top .mc4wp-form input[type='email'], #top .mc4wp-form select, #top .mc4wp-form textarea { border: 2px solid #b9a790 !important }
Button background color:
input[type="submit"] { background-color: #191816 !important; }
button on hover:
input[type="submit"]:hover { background-color: #cc6600 !important; }
Cheers!
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hi Munford!
go to appearance->menu and open your menu column in question and then activate “This column should start a new row”.
Best regards,
AndyHi!
quite difficult to imagine what you are writing. Can you send us some screenshots showing what you want to achieve please? you can use imgur.com or dropbox. Also we need a link showing the elements in questions. Are you using any caching plugin? if yes choose to switch off caching in plugin’s settings, clear browser cache and finally hard refresh a few times.
Wordpress is cropping images by default and you could control image sizes by using a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/
Regards,
AndyNovember 2, 2015 at 5:32 pm in reply to: Advanced Layouts in Enfold [high fidelity wireframes linked] #528672Hi!
I checked your website and it seems to me that you could implement everything you have mentioned here.
If you still need help then send us admin access so we can have a deeper look into it and add some screenshots to make things clear for us. You can use imgur.com or dropbox.Cheers!
AndyHey!
you are using a very old version of the theme, so please upgrade at first to Enfold v.3.3.2. and then let us know if you still need help.
Regards,
AndyHey!
as I already said it could be caused by for example 1.) a plugin or 2.) caching.
Theme should support multisite fine.
Follow the instructions from here and let us know about your results.Best regards,
AndyHi!
you are using a very old version of the theme. Please upgrade to Enfold v3.3.2. (make a backup, just in case).
Regards,
AndyHey!
refuse from bumping into your own thread, as it marks it as “answered” in our system and then we can’t provide a faster reply for us. Also separate different issues into different tickets.
I think the issues are caused by an old version of WordPress and the theme. Upgrade at fist to the newest versions and let us know if you still need help. Also try to deactivate all plugins, to see if one is causing any problems and let us know about your results. Are we allowed to deactivate all of your plugins temporarily by ourselves for testing purposes?
Regards,
AndyHi!
you are using WP Super Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times. Hope this will work!
Regards,
AndyHey!
refuse from bumping into your own thread please, because it marks it as “answered” and then we can’t provide a faster reply to you.
Use this code in Quick CSS for mobile devices:
@media only screen and (max-width: 767px) { li#field_2_3 { margin-left: -34px; } li#field_2_5 { margin-left: -34px; }}
and adjust margin-left value as needed.
Hope this is what you want. Otherwise send us a mockup showing exactly what you want to achieve please.
Best regards,
AndyNovember 2, 2015 at 4:38 pm in reply to: One-Page-Navigation vs. Navigation im Footer – unterschiedliche Ansichten #528599Hi!
use this code so footer menu on hover has the same color as you main menu:
span.avia-menu-text:hover { color: #1f6089; }
Regards,
AndyHi!
use this code in Quick CSS field to adjust image size on your blog page:
a.slide-image { width: 100px !important; height: auto !important; }
and adjust width value as needed.
Best regards,
AndyHey!
I checked the website you have provided and it looks fine to me on mobile. Ismael’s code will only effect devices with a maximum screen size of 767px. Don’t forget to clear browser cache and hard refresh afterwards.
Best regards,
AndyHi!
I can’t see any issue when loading your website. There is no search box or anything appearing for a second for me. Seems that you could remove it already and if you still see it on your end then I think you are seeing a cached version (caused by cache plugin or CDN). Please check on another device as well.
Cheers!
AndyHi!
captions are deactivated on iPad portrait mode for me. Can you confirm please?
Let us know if you still need help with this issue.Cheers!
AndyHey!
can you provide us a mockup showing what you want to achieve please? because your site looks ok to me and I don’t have any idea what you want to change. With a precise mockup we can provide you some precise CSS code.
Regards,
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts