Forum Replies Created
-
AuthorPosts
-
Hey!
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.
Best regards,
AndyHi!
I can’t see any PDF’s on the link you have provided. Where are they? I think you need to search a plugin for such function or normal images inside a masonry gallery.
Cheers!
AndyHey!
it would require a huge amount of time and customization of the theme and that is why you would need to hire a freelance developer for this job.
Best regards,
AndyHey!
1.) Is it still slow when activating a default WordPress theme? Try to contact your host about it.
2.) Could not find any easy slider on the link you have provided. Where is it? please always provide us a precise one.
3.) Vimeo and WordPress are completely different things. You can’t control one with the other.
Regards,
AndyHey!
glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
AndyHey!
try this code in Quick CSS field:
img.attachment-shop_catalog.size-shop_catalog.wp-post-image { height: 494px; }and adjust as needed.
Cheers!
AndyHi!
login funktioniert für mich nicht. Bitte einmal checken.
Gruß!
AndyHey!
das wird leider nicht so easy und diese Funktion müsstest du dir über ein Plugin oder einen Freelance Developer besorgen.
Gruß,
AndyHey!
dann können wir leider nicht viel machen, denn dies zeigt, dass es nicht am Enfold Theme liegt.
Gruß,
AndyHey!
You are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.
Best regards,
AndyHey!
try to deactivate all plugins, to check if one is causing this issue and let us know about your results. If that does not help there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
AndyHi!
please remove the code in question by yourself.
Let us know in a new ticket if you have some more questions related to the theme, where you need assistance and guidance.
Best regards,
AndyHi!
Wordpress is cropping images by default and you can control this behavior with a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/
Check out this post: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Best regards,
AndyFebruary 8, 2016 at 2:03 pm in reply to: Logo center, navigation to the left & right of logo #579618Hi!
try this code:
.html_header_top.html_logo_center .logo { top: -15px; }Cheers!
AndyHi!
versuche es mit diesem Code im Quick CSS Feld:
.current-menu-item { background-color: white; }Gruß,
AndyHey!
super, das freut mich!
Gerne weitere Fragen in einem neuen Ticket.
Liebe Grüße,
AndyFebruary 8, 2016 at 1:54 pm in reply to: slide-show (volle Breite) stoppt nach manuellem Motivwechsel #579611Hi!
melde dich wenn du wieder eine Frage hast :).
Gruß!
AndyHey!
gerne. Lass uns in einem neuen Ticket wissen, wenn du wieder eine Frage bezüglich des Themes hast. Wir unterstützen dich gerne.
Gruß!
AndyFebruary 8, 2016 at 1:53 pm in reply to: Responsive multilayer menu/navigation (submenus) without hamburger button ? #579607Hi!
not sure what you mean. Do you want to move your current menu to the right? if yes then use this code inside of Quick CSS:
.sidebar.sidebar1.box { margin-left: 50px; }and adjust as needed.
Cheers!
AndyHey!
unfortunately not every plugin and/or script is compatible with every theme. We can’t do much about it here, as it would require a huge amount of time to make it compatible for you. You would need to hire a freelance developer for this job.
Regards,
AndyHey!
kannst du bitte mal Admin Zugang hier als private Nachricht posten?
Cheers!
AndyFebruary 8, 2016 at 1:35 pm in reply to: Responsive multilayer menu/navigation (submenus) without hamburger button ? #579589Hey!
yes of course it would be possible. Would have been easier for us if we can inspect the elements in question on your site. But I get your problem now. So try this code in Enfold’s Quick CSS field:
#mobile-advanced { width: 85%; }and adjust as needed.
Cheers!
AndyHey!
gehe in dein W3 Total Cache plugin rein und deaktiviere dort wirklich jedes Caching. Anschließend deaktiviere dieses und alle anderen Plugins. Dann leere deinen Browser Cache und hard refresh einige male. Schau ob es dann funktioniert. Wenn nicht, dann scheint dein Server das Caching zu verursachen. Kontaktiere in diesem Fall deinen Host. Check auch auf anderen Computern, ob du dort das selbe Ergebnis erhältst.
Gruß,
AndyHi!
you are using a standard text block element with standard WordPress’ table codes. We recommend to use table element from ALB (inside of Content Elements) instead.
Best regards,
AndyHey!
funktioniert es denn mit einem standard WordPress theme?
Gruß!
AndyHey!
header title zentrieren und vergrößern kannst du hiermit:
.title_container .main-title { text-align: center; font-size: 25px; }Gruß,
AndyHi!
versuche es mit einem width Wert unterhalb von 50%.
Gruß,
AndyHi!
it’s not a bug, as this behavior is expected (as Ismael already mentioned). It would require a huge amount of time to provide you a code for your child theme. You would need to hire a freelance developer for this kind of job.
Cheers!
AndyHey!
please use this code instead:
function ava_image_sizes() { add_image_size('masonry', 0, 0); add_image_size('magazine', 0, 0); add_image_size('widget', 0, 0); add_image_size('featured', 0, 0); add_image_size('featured_large', 0, 0); add_image_size('extra_large', 0, 0); add_image_size('portfolio_small', 0, 0); add_image_size('gallery', 0, 0); add_image_size('entry_with_sidebar', 0, 0); add_image_size('entry_without_sidebar', 0, 0); add_image_size('square', 0, 0); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Cheers!
AndyHi!
I checked your functions.php but the code provided from here is not there. Please follow exactly the steps mentioned in this tutorial and let us know when you are ready.
Best regards,
Andy -
AuthorPosts
