Forum Replies Created
-
AuthorPosts
-
August 12, 2015 at 2:03 pm in reply to: Full screen slider not responsive on phones (Android, iPhone) #486548
Hi!
responsive does not mean that it will look good automatically on all screen sizes. Instead it means that you are able to define different behaviors for different screen sizes. So again we are asking you to tell/show us which kind of behavior/look you wish exactly for phone and for tablet. Please use screenshots/mockups to make things clear for us, so we can provide you some precise CSS code. Use imgur.com or dropbox.
Regards,
AndyHi spheor!
when editing a page look for “Layout” on the right side and then scroll down to “Header visibility and transparency” to choose “transparent header”. Or are you saying that header transparency does not work for you? please clear browser cache and hard refresh a few times.
Regards,
AndyHey raisonbrands!
normally you would remove it with a code like this:
li#menu-item-4205 { pointer-events: none; }
but then the submenu does not open anymore. So there is no easy solution for this and it hard-coded solution would be necessary I think.
Best regards,
AndyHi!
no, I can see what you mean. Did you try to check with a default WordPress theme?
Regards,
AndyAugust 12, 2015 at 1:36 pm in reply to: Images in Code Blocks not behaving correctly when browser shrinks. #486526Hey!
try to use this code in Quick CSS field:
.flip_container2 { height: 205px; }
Regards,
AndyHi videogame!
please use screenshots to highlight what you are talking about. Where do you want to have less space exactly? I can’t see any grey bottom tab order below your Add to Cart buttons.
Regards,
AndyHi!
make sure to have a backup before updating, just in case.
Regards,
AndyHi!
no, it won’t fit, because of the reasons I already told you. It’s simply too long.
In your source code I see that you are using Enfold v3.0.8, which is a very old version. We recommend to update via FTP to v3.2.3
Cheers!
AndyHey Aline!
can you give us a link showing this? then we can inspect the elements and hopefully provide you a solution.
Cheers!
AndyHi!
alright. Glad you found 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.
Cheers!
AndyAugust 12, 2015 at 1:14 pm in reply to: Image sizes for posts and products – misalignments on pages #486494Hi lol4000!
you can get control over image sizes using a plugin like this: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
AndyHi!
have in mind that you are using quite an old version of the theme and we recommend to upgrade.
In theory you could achieve what you want with this code:
#top .av-subnav-menu > li { width: 140px; }
but you have too many menu items or the longest one is too long so it won’t fit well.
Cheers!
AndyHi zoltan_komaromy!
did you think about using ALB for your blog? because then you would have all the freedom to style it the way you want.
Cheers!
AndyHey!
I see this when trying to login into your site:
(see private content)And login details does not work there.
Cheers!
AndyHi!
WPML is working like this with every other theme as well. It’s the way how WPML is programmed. This feature can be quite useful actually, for example when you want to make specific changes only for one language.
As I already told you, you can make global changes in custom.css file.Regards,
AndyHi Munford!
hm? why another thread? can we close/delete this one?
Regards,
AndyHi!
@Guenni007
Thank you as always. I think this information will be quite useful for the thread owner.Cheers!
AndyHey!
is this related to this thread? if not please open a new ticket, as this thread is growing huge already.
On the link you have provided I see that the menu is below header, not the other way, which looks totally fine to me.
Regards,
AndyHey!
you could try this code:
div#header_meta { background-color: transparent; }
but it would not help to make your background image visible. I think you need to do a different approach for what you want to achieve, without this top bar.
You could try to achieve this using a header widget.Regards,
AndyHey!
no, the difference is between a vertical format and a horizontal format.
Yes, a code wrapped by media queries goes to quick CSS field.
Regards,
AndyAugust 12, 2015 at 12:27 pm in reply to: WooCommerce/Enfold not working after WordPress update. #486455Hi Pappasdg!
you would also need to update to the newest theme version (Enfold v3.2.3).
Cheers!
AndyHi!
I don’t think it’s a theme related issue, as the theme is not responsible for the display behavior of an external PDF document. However, I suggest to get the newest firefox version. Try to check with a default WordPress theme.
Best regards,
AndyHey!
you are using an old WordPress version. Please update at first and let us know if you still have the issue.
Best regards,
AndyHey!
4.) I still don’t know what you mean. I just can’t see it when loading your page. Maybe you are referring to the general background color in your theme settings? try to change the color to see if is caused by this.
5.) Enfold is not written in any of these platforms. To be honest I have no idea what this plugin function is meant for. Please ask the plugin’s author about this.
Regards,
AndyAugust 12, 2015 at 11:30 am in reply to: Customising Blog appearance, blog and post pages should be consistent #486408Hey!
with ALB you have all the freedom to style it how you want. Though I am not sure what you mean exactly. Do you want to style both pages in private content the same? what exactly should match?
Regards,
AndyAugust 12, 2015 at 11:13 am in reply to: WP Version 4.2.4 – can not upload images to the theme – Enfold #486394Hi!
@webdev2009
I think you forgot to add username for WordPress login, right? if not then login does not work for me.
@spottedSensations
It would be better for us moderators and for other people trying to search help in this forum to open your own ticket/thread. It gets too confusing otherwise. Include admin access into your new ticket.
—
Es wäre besser für uns Moderatoren und für anderen Leute, die hier im Forum nach Hilfe suchen, wenn du dein eigenes Ticket im Forum eröffnest. Ansonsten wird es zu unübersichtlich. Bitte füge Admin Zugang in deinem neu erstellten Ticket mit ein, damit wir uns dein Backend einmal ansehen können. Deaktiviere alle Plugins um zu testen, ob sich Dinge für dich verbessern.Cheers!
Andy-
This reply was modified 9 years, 6 months ago by
Andy.
Hi!
does your website work correctly when activating a default WordPress theme?
Regards,
AndyHi!
try this code for iPad:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { section#fblike-2 { width: 300px; margin-left: -35px; left: -14px; } #top #main .sidebar { left: 25px; border-left-style: none; width: 300px; max-width: 300px; } .container .av-content-small.units { width: 67%; }}
Best regards,
AndyHi!
as you already mentioned it is not possible to set percentage value for height. You can make a feature request for this function here: kriesi.at/support/enfold-feature-requests/
Best regards,
Andy -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts