Forum Replies Created
-
AuthorPosts
-
Hi,
Great, glad you got it working. Please let us know if you have any more questions on the topic.
Cheers!
RikardHi Roine,
I think that would be a question better asked to the plugin authors, could you try contacting them please? Send us a link to your site and we’ll have a look if there is something we can help you out with.
Thanks,
RikardOctober 28, 2015 at 9:17 am in reply to: "Add to Cart" not working and also unable to Delete products from cart #525947Hi,
Please don’t reply to your own thread if it’s urgent, it will send your thread to the back of our queue. Not sure what’s going wrong there, could you try deactivating all plugins to see if one of them is causing a conflict?
Thanks,
RikardOctober 28, 2015 at 9:13 am in reply to: WooCommerce 'View Cart' and 'Checkout' Buttons Not Working on Mobile #525945Hi,
Great, glad you got if fixed and thanks for sharing the solution!
Best regards,
RikardHi,
Not sure what is going wrong there, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHi,
I’ve never seen that problem before and yes, it seems to be related to images. Looks like it’s positioned fine once the image is loaded but not before, right? I’ve asked the rest of the team to see if someone can figure out what’s going wrong.
Regards,
RikardOctober 28, 2015 at 8:55 am in reply to: How to use the full screen slider with two different overlay boxes #525939Hi connect4consulting,
I’m not sure I understand what you are trying to do there, could you post a screenshot highlighting your intentions please? We might need access to the backend so please send us a temporary admin login as well. You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 28, 2015 at 8:50 am in reply to: Home Page Side Bar Elements being Pushed below the page #525937Hi,
Thanks for the details, not sure what’s going on there though. I might be one of your plugins causing a conflict, could you try to disable them to see if that is the case? If not then you can try activating debug mode in order to see the shortcode and then copy/paste it to a new page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
RikardHi,
I’m not sure what’s going on there but you could try resetting your permalink settings under Settings–>Permalinks to see if that helps?
Thanks,
RikardHi,
Not sure what’s breaking the footer there but you could try to activate debug mode in order to see shortcode and then copy/paste the shortcode to a new page to see if that helps: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Thanks,
RikardOctober 28, 2015 at 5:54 am in reply to: Cart icon and Mobile menu button not liking each other at all on tablets.URGENT #525904Hey Gekko101,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) { #advanced_menu_toggle { right:50px !important; } }Regards,
RikardOctober 28, 2015 at 5:50 am in reply to: WooCommerce Internal Server Error (500) on checkout #525903Hi James,
I can’t see any real difference between Chrome and Firefox, could you post screenshots highlighting the problems please?
Thanks,
RikardHey codecreative,
It’s displaying fine on my end: http://imgur.com/wSC99Sh, what browser are you using to get this error?
Regards,
RikardOctober 28, 2015 at 5:30 am in reply to: How to show "Leave a comment" and "Share" box in blogpost when using ALB #525893Hi Sandra,
No problem, it’s always easy when you know it already :-)
Best regards,
RikardHey ermington,
It looks like you’ve made a few customisations to the mobile menu, could you try to remove them to see if that helps please?
Thanks,
RikardOctober 28, 2015 at 5:21 am in reply to: Enfold mobile version – center logo and secondary menu #525890Hi Sebastian,
It looks centered on my end, could you post screenshot of what you are seeing on your end and in what browser please?
Thanks,
RikardHi Bob,
Thanks for the login, not sure where the the code is coming from though? There’s nothing on the page itself. I wanted to check because it adds a lot of CSS and maybe removing a few classes could get it looking better. I can’t find the conflict by inspecting the item unfortunately.
Regards,
RikardHi,
My german is not perfect so I might have misunderstood you but I can see your page fine? Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardHi,
I got a 403 error when going to the WordPress login page, do you have any country/ip restrictions active?
Thanks,
RikardHi,
I’m getting confused here :-) Please let us know if you should need any more help on the topic.
Best regards,
RikardHi,
Glad you got your problem fixed, please let us know if you should have any more questions on the topic.
Best regards,
RikardOctober 27, 2015 at 12:55 pm in reply to: Enfold – Custom Font – Add Code to Header – Typography.com #525463Hi loudcow,
Please try the following in your child theme’s function.php:
function typography_stylesheet(){ ?> <link rel=”stylesheet” type=”text/css” href=”//cloud.typography.com/6568274/675508/css/fonts.css” /> <?php } add_action('wp_head', 'typography_stylesheet');Regards,
RikardOctober 27, 2015 at 12:52 pm in reply to: Menu not showing highlight bar under page name and issues with submenu position #525462Hi,
Oh, I think I’ve misunderstood you, sorry about that. You can upload screenshot to a service like imgur.com or similar and then link to them here. What custom code were you given? I’m suspecting that is might be the cause of your problems so you might want to try to remove it and check if it helps.
If you want to hire a freelancer we recommend https://codeable.io/
Best regards,
RikardHi,
I checked your site again but I couldn’t notice anything wrong with the scrolling, could you try to explain a bit further please? I’m using Iphone4/Chrome.
Best regards,
RikardHi,
Did you try my suggestion and did you have any luck with it? Yes, you can use media queries in CSS to target different screen sizes:
/* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 990px) {} /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) {} /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) {} /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) {} /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) {}Best regards,
RikardHi,
Great, glad you figured it out and thanks for sharing! Much appreciated :-)
Regards,
Rikard -
AuthorPosts
