Forum Replies Created
-
AuthorPosts
-
Hey!
glad you are happy now :).
Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.
Cheers!
AndyHi!
this code only works on a different device and not with a different browser size on your desktop. So please try it with your iPad and check it. It’s simply not true that it works for a single width only, because it will work for every device size until 989px. This is the way how media queries work. If you want a solution which might work on different browser sizes on your desktop as well then try max-width instead of max-device-width:
@media only screen and (max-width: 989px) { .av_secondary_right .sub_menu { right: 200px; } .av_phone_active_left .phone-info { margin-left: 60px; margin-top: 10px; }}
Don’t forget to clear browser cache.
Item 3: Change position of title for iPad portrait mode with this code:
@media only screen and (max-device-width: 989px) { h1.main-title.entry-title { top: 10px; }}
Best regards,
AndyHey!
not sure what you mean and what you want to achieve. Do you mean you can’t import the demo any more? what about if you delete all theme files and get a fresh copy from your themeforest account? hope this helps. Or maybe it’s just a conflict with a plugin and in this case deactivate all of them to see if things get better.
Regards,
Andy-
This reply was modified 9 years, 6 months ago by
Andy.
August 7, 2015 at 8:27 pm in reply to: Oprik der Seite komplett kaputt, wenn Element gelöscht wird #484681Hey!
please try to deactivate all plugins to see if one is causing this issue. Afterwards you can activate them again one by one to see which one is causing it. Let us know about your results.
Cheers!
AndyHey!
can you give us a link to dilberts post?
Cheers!
AndyHey!
please refuse from posting into two different threads with the same issue. I already answered you here: https://kriesi.at/support/topic/tooltip-caption-team-member/#post-484676
Best regards,
AndyHey xxtita!
1.) About which tooltipps are you talking about? can’t see it on the link you have provided. Please use screenshots to highlight what you mean. Use imgur.com or dropbox.
2.) Use this code for your slider on iPhone:
@media only screen and (max-device-width: 736px) { .avia-slideshow.avia-slideshow-1.av-slider-scroll-down-active.avia-slideshow-no.scaling.av_fullscreen.avia-slide-slider { height: 345px; } .slideshow_align_caption { top: 86px; }}
Best regards,
AndyHey navindesigns!
you did not tell us how you want your menu to behave instead. So I will assume a solution myself and suggest to move logo and menu a little bit using this code:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { strong.logo { left: -49px; } nav.main_menu { right: -42px; }}
Best regards,
AndyHi!
you can move the dotted line with this code:
.post_author_timeline { padding-left: 34px; }
Regards,
AndyHey!
ah, I think now I get what you mean.
So you don’t want it to look like this?
If not I don’t understand why you don’t use the code from this thread I already provided to you. Because using this code you could achieve a look like this:
If you want you could even add a margin-top to it to give it a little bit more space:
@media only screen and (max-device-width: 989px) { .av_secondary_right .sub_menu { right: 200px; } .av_phone_active_left .phone-info { margin-left: 60px; margin-top: 10px; }}
However, you would make it much easier for us to help if you provide us a mockup showing the things you want to achieve. Use imgur.com or dropbox.
Best regards,
AndyHi!
try this code to remove it:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: none; }
Cheers!
AndyHey!
you are welcome. Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.
Cheers!
AndyHey!
alright. Glad you found the reason. Maybe you could contact plugin’s author to see if they have a solution for you.
Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist.
Best regards,
AndyHey!
when you still see it using a default WordPress theme then it can’t be theme related. In this case we can’t do much. Please contact your host and ask for support.
Regards,
AndyHey!
did you try to use accordion element from our ALB instead? I think it could do pretty much the same but without any extra plugins and without any issues. Otherwise you would need to contact plugin’s author for support.
Best regards,
AndyHey!
please search for a “before/after” plugin as Yigit already mentioned.
Cheers!
AndyHi!
The Jack’s Gallery text seems to be centered for me. I am on Mac 13” and for my screen size you can use this code:
.hdr-contact { right: -196px; top: -113px; }
You might need to use media queries to adjust for differente screen sizes.
Best regards,
AndyHi!
that’s weird. Maybe there are some corrupted files and in this case we suggest to delete all theme files via FTP and get a fresh copy from your themeforest account. Hope this will help and let us know about your results.
Cheers!
AndyHi!
please refuse from bumping into your own thread.
It seems that the installation has some corrupted files. We suggest to you to delete all theme files via FTP and then get a fresh copy from your themeforest account. Hope this will help!
Best regards,
AndyHi!
not sure what you mean. Do you want them to move up? if yes use this code:
div#text-10 { margin-top: -13px; }
and adjust as needed.
Cheers!
AndyHey djshortkut!
unfortunately there is no lighter version of this font in this font-size. Currently it is set to:
.avia-animated-number-title { font-weight: 400; }
and if you change it to for example:
.avia-animated-number-title { font-weight: 100; }
or
.avia-animated-number-title { font-weight: lighter; }
it stays the same.
So maybe you want to decrease font-size? if yes use this:
strong.heading.avia-animated-number-title { font-size: 40px !important; }
Adjust as needed.
Cheers!
AndyHey!
please try to separate different questions into different tickets. Otherwise it gets too confusing for us moderators and for other readers who are searching help too. Furthermore we can answer simultaneously when you separate your questions, so you get a faster reply.
I am unsure if I fully understand your first post.
Enfold does not provide social sharing in lightbox. For this function you need to search a 3rd party plugin.
You can control image sizes using a plugin like this: https://wordpress.org/plugins/simple-image-sizes/. Afterwards you need to regenerate thumbnails (you can do this with the very same plugin).I don’t know what you mean with “… but with different sized images, I want a way for it to show the featured image, …”. Can you explain further what you want to achieve? or maybe even show screenshots/mockups of what you need? use imgur.com or dropbox.
I can’t see the left and right arrows anymore. Did you remove them?Best regards,
AndyHey!
for your sticky menu try this code:
div#header_meta { position: fixed; top: 0px; width: 90%; } strong.logo { margin-top: 30px; } div#header_main_alternate { top: 30px; }
Best regards,
AndyHey!
you are talking about the check marks in your layerslider, right?
Can you provide us admin access, so we can test and see what’s going on? Please try to deactivate all plugins to see if things get better.Best regards,
AndyHey chapdes!
we would need to see the blog page in question. I am not sure if I found the right URL (see private content) on your website, because there I cannot see any breadcrumb. However, use this code to remove the title:
strong.main-title.entry-title { display: none; }
Best regards,
AndyHi!
glad Rikard could help you and thanks for sharing!
Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist.
Regards,
AndyHey!
you are right, bootstrap is very different to WordPress and no there is no easier way to do it. Please follow Elliott’s instructions.
Best regards,
AndyHey tech500!
refer to this post please: https://kriesi.at/support/topic/fullscreen-slider-fade-time/#post-338188
Regards,
AndyHi!
you didn’t tell or show us which kind of “leftovers” you have. I can’t see it in Appearance->Widget. Can you explain or use screenshots please? However, I think it would help if you delete all theme files via FTP and get a fresh copy from your themeforest account.
Regards,
Andy -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts