Forum Replies Created
-
AuthorPosts
-
Hey!
scheint funktioniert zu haben, denn ich kann deinen Kommentar im Blog nun sehen.
Lass uns in einem neuen Ticket wissen, wenn du Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Liebe Grüße,
AndyHi!
verwende diesen Code fürs iPhone im Quick CSS Feld:
@media only screen and (max-width: 736px) { .ls-l { font-size: 15px; left: 13px !important; }}
Die media queries in der ersten Zeile des Codes kannst du auch für Tablet-Bildschirmgröße anpassen. Verändere dazu einfach den max-width Wert.
Gruß,
AndyHey!
not sure what you mean with your first question, but your code here:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ ul.avia-slideshow-inner { height: 560px !important; }
is missing a bracket at the end, because you have two opening brackets, but only one closing one.
I just use Google Chrome and choose to inspect the elements (right click in browser).
If you want something more proportional, then you should use %, but height value does not allow %, so you can use width value only:
@media only screen and (max-width: 767px) { .avia-slideshow li img { width: 90% !important; max-width: 90px; }}
It will be difficult though, because it will probably look good in landscape mode but not in portrait mode. You need to try different values until it fits for you.
Best regards,
AndyHey!
the solution with % is providing you exactly that: a responsive solution. With % menu does not have a fix value like with px. It works fine for me, as seen here:
Clear browser cache and hard refresh a few times.
Regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hey!
also bei mir werden diese Menüpnkte ganz normal angezeigt:
Leere deinen Browser Cache und hard refresh einige Male.
Gruß!
AndyHi!
could you provide us admin access, so we can take a closer look into it? Are we allowed to temporarily deactivate all your plugins? Post login details here as private reply.
Cheers!
AndyHi!
can you provide us admin access so we can take a deeper look into it? post login details here as private reply.
Cheers!
AndyHi!
habe leider keinen Zugriff und ich müsste extra Kriesi persönlich dafür fragen (welcher aber gerade ziemlich busy ist wegen dem neuen Release). Wäre also super, wenn du testen könntest, ob es an der Email liegt oder nicht.
Gruß,
AndyHey!
if you created a unique CSS class then use something like this:
.your-unique-css-class { margin-right: -15%; }
Regards,
AndyHi!
das ist komisch. Klappt es denn mit einer anderen Email?
Cheers!
AndyHi!
aber es geht doch scheinbar? du bist doch gerade am posten?
Gruß,
AndyNovember 6, 2015 at 12:41 am in reply to: How to hide category names that appear below images in grid blog view #531280Hi!
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.
Cheers!
AndyHi!
try to deactivate all plugins, to see if one is causing any conflicts.
Regards,
AndyHey schenkco!
can you provide us a link showing the elements in question please? because we need it inspect the elements.
Best regards,
AndyNovember 6, 2015 at 12:36 am in reply to: Quick question – Title for upcoming event countdown #531274Hey C-LabMX!
can you provide us a website showing the element in question? we need to inspect it.
Best regards,
AndyHi gmmediadienste!
was genau meinst du? auf welcher Seite möchtest du einen Kommentar verfassen, wo es nicht klappt?
Gruß,
AndyHi sitesme!
1.) Try this code in Quick CSS field:
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: ''; }
2.) Use this code:
.grid-entry-title.entry-title { color: green; }
and adjust as needed.
Cheers!
AndyHey djshortkut!
try this code in Quick CSS field:
.post-entry.post-entry-type-page.post-entry-5572 { margin-right: -15%; }
and adjust as needed.
Cheers!
AndyNovember 6, 2015 at 12:23 am in reply to: How to hide category names that appear below images in grid blog view #531263Hey pascualv!
use this code in Quick CSS in Enfold->General Styling->Quick CSS:
span.blog-categories.minor-meta { display: none; }
Regards,
AndyNovember 6, 2015 at 12:16 am in reply to: Date selection field in contactforms not working anymore #531261Hi Gilbert!
it’s working on my own installation, so I guess that a plugin is causing a problem. Try to deactivate all of them and check again.
Regards,
AndyHi Jordan!
I think you can achieve that with Enfold. Go to Enfold->Header->Header layout and make your adjustments. Send us a link, if you need more help, so we can inspect the elements and provide you some precise css code if necessary.
Best regards,
AndyHi!
I thought 128MB memory limit would be fine, but maybe it would be good for you to test with 256MB, to see if things get better.
If that does not help then try to delete all theme files via FTP and get a fresh copy from your themeforest account.
Best regards,
AndyHi!
no idea what you are talking about, because there are three columns for me:
http://imgur.com/awbYxk7Please clear browser cache and hard refresh a few times.
Best regards,
AndyHey!
not sure what you want and image overlay seems to be vertically aligned for me:
Can you provide us a mockup showing the result you want to achieve?
Cheers!
AndyHey!
use this code in Quick CSS field:
.sn-sk-bgt .av-special-heading { left: -77px; width: 120%; }
and then you can move your special heading to the right with this code:
h1.av-special-heading-tag { margin-left: 10%; }
Adjust as needed.
Cheers!
AndyHi!
I would ask WooCommerce support about it. Maybe they can adjust it the way you need it. Or maybe they have any other ideas.
Best regards,
AndyHi!
can you provide us with a link showing the issue please?
Regards,
AndyHi!
use this code in Quick CSS field:
div#ipt_fsqm_form_wrap_10 { position: relative; right: -51px; }
and adjust as needed.
Cheers!
AndyHi!
we need a link showing the elements in question to be able to inspect it. Admin access would be useful as well. Post login details here as private reply.
Regards,
AndyHi!
there are so many images on the link you have provided. About which one are you talking about? can you highlight your intentions by using screenshots please? use imgur.com or dropbox.
Cheers!
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts