Forum Replies Created
-
AuthorPosts
-
Hey Chris_85,
you can change it via css using this code inside of Quick CSS field:
#av_product_description h1 { font-family: 'Helvetica'; font-size: 10px; }Adjust it as needed.
Best regards,
AndyHi,
refer to this answer: https://kriesi.at/support/topic/add-relnofollow-to-promo-box/#post-507191
Best regards,
AndyHi,
I copied your whole content and tried to reproduce the issue on my own installation, but there it worked fine for me.
That’s why please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)If that doesn’t 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. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHey strila,
use this code inside of Quick CSS field:
.logo.bg-logo { height: 70px; }and adjust if needed.
Best regards,
AndyJune 1, 2016 at 12:40 pm in reply to: Monthly View problem with All-in-One Event Calendar by Timely #641427Hi,
not every plugin is compatible with every theme. You need to contact plugin’s author about this issue. We recommend to use The Events Calendar instead, as it’s fully compatible with Enfold.
Best regards,
AndyJune 1, 2016 at 12:37 pm in reply to: Increase logo but keep header size small so logo overlaps header container #641425Hi,
1.) yes sure, see here: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Just pick the correct device and look for the media queries in question.2.) What did you do to loose it? Maybe a plugins is causing it? deactivate all of them to check it.
Send us admin access if you still need help with it.Best regards,
AndyHi,
deactivate them first by yourself and let us know about your results.
Best regards,
AndyHi,
ok, danke dir! Ich habe dies an Kriesi weitergeleitet. Hoffen wir, dass er bald einen Fix dafür findet.
Gruß,
AndyJune 1, 2016 at 12:23 pm in reply to: header with logo left, address right, menu below and make it responsive #641413Hi,
use this code:
.custom-info { padding: 0px; }Best regards,
AndyHi,
glad if you found a solution! 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,
it looks good to me now:
So it seems to me that you could fix it. If you don’t see it then please clear browser cache and hard refresh a few times.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyJune 1, 2016 at 12:14 pm in reply to: CSS DIV issues with colored backgrounds when make changes to a page #641406Hi,
I saved your page in question as a template and load in when creating a new page and it works fine (see private content).
So try to rebuild your page this way or simply delete all content, save, and then load the saved template into it again.Best regards,
AndyHi,
this is what we see:
which looks pretty good to me.As already said: please clear browser cache and hard refresh a few times. Check on another computer as well.
Best regards,
AndyHi,
alles klar und gerne. Braucht ihr ein komplettes Webdesign oder nur jemanden, der euch bei der Installation behilflich ist?
Ich warte dann auf eine Nachricht von dir.
Liebe Grüße,
AndyHi,
as already said: send us the precise links to the pages in question.
Also post admin access here again as private reply, so we can check everything.Best regards,
AndyHi,
hast du auch ein Ticket im Yoast Support Forum eröffnet darüber? damit die Jungs von Yoast dir direkt antworten können? hast du eine Premium Version des Yoast Plugins?
Bitte teile uns mit was die Jungs von Yoast darüber sagen.Gruß,
AndyJune 1, 2016 at 10:52 am in reply to: Advanced Layoutbuilder bricht nach Contentupdate ab. Inhalt fehlt hinteher #641371Hi,
kannst du uns bitte einen präzisen Link von deiner Website schicken, wo wir das Problem sehen können? wir müssen in der Lage sein die entsprechenden Elemente untersuchen zu können.
Admin Login wäre ebenfalls super. Bitte hier als private Nachricht posten.
Gruß,
AndyJune 1, 2016 at 10:51 am in reply to: header with logo left, address right, menu below and make it responsive #641370Hi,
please open different tickets for different questions/issues.
1.) Textwidget can’t shrink, because it’s not a logo element. However, I checked your website and it looks good to me now:
Could you fix it already?2.) Use this code for your textwidget:
@media only screen and (max-width: 767px) { .custom-info p { font-size: 25px; }}and adjust font-size as needed.
Best regards,
AndyHi,
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHey themeforesttony,
I think for this kind of function you need to search a plugin: kriesi.at/support/topic/recommended-plugins/
Best regards,
AndyHey FotomanKy,
check out this: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
Best regards,
AndyHi,
hm? both lines in both screenshots look pretty much the same to me. What do you mean exactly?
Best regards,
AndyHi,
can you explain further please? Cause it seems to me like WordPress’ default behavior. WordPress creates blog category page by default. So not sure what’s the issue here.
However, please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
AndyHi,
alright, good to know that you found a solution for you. Can we close this thread now?
Best regards,
AndyMay 31, 2016 at 1:15 pm in reply to: header with logo left, address right, menu below and make it responsive #640898Hi,
we can help you with small issues, but if it takes too much work then you need to hire a freelance developer for this job.
What exactly do you want to change with your logo on mobile? A mockup showing the results would help us a lot, to provide you some precise css code. If you want to shrink your logo use this code:
@media only screen and (max-width: 767px) { .responsive #top .logo { width: 40%; }}and adjust as needed.
Best regards,
AndyHi,
alright and thanks. 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 checked your website again on desktop and it looks fine. For mobile add this code to get some space on your header:
@media only screen and (max-width: 767px) { #header_main { margin-bottom: 265px; }}and adjust as needed. Then it should look like this:
which is hopefully what you want to achieve.Best regards,
AndyHi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Best regards,
AndyHey Noy,
I checked your website on mobile, but it looks good to me. Not cut at all. Please clear browser cache and hard refresh a few times. Use media queries if you want to use for mobile only: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy -
AuthorPosts
