Forum Replies Created
-
AuthorPosts
-
February 18, 2015 at 8:04 am in reply to: How can I apply "Alternate Content" to a e. g. Textbox? #397972
Hey!
Your best option is to have the menu expanded in mobile view by unchecking “Hide mobile menu sub menus”, your custom solution would require a lot of customisation and is out of scope of theme support.
Cheers!
RikardFebruary 18, 2015 at 6:30 am in reply to: Can't change number of gallery rows on gallery feature #397961Hey!
You can just copy the file in question to your child theme and edit it there to avoid it being overwritten on updates.
Cheers!
RikardHi bertel!
Do you mean the row of 4 starting with Alkoholbehandling? As far as I can see, the all lead to /?page_id=xx ?
Cheers!
RikardHey Bernd!
Hmm…I see you have a lot of plugins active, could you try to deactivate all of them except WPML and see if the problem goes away? If it does, activate each plugin one by one to see which one is causing the conflict.
Cheers!
RikardHi!
Did you try to empty your browser cache, restart and refreshing a few times after adding Elliotts code?
Cheers!
RikardHey!
Please try the following instead:
function add_hide_header(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) jQuery('#header_main').fadeOut('slow'); if(jQuery(this).scrollTop() < 200) jQuery('#header_main').fadeIn('slow'); }); </script> <?php } add_action('wp_footer', 'add_hide_header');
Cheers!
RikardFebruary 18, 2015 at 4:41 am in reply to: Header background image doesn't always load on mobile devices? #397944Hi!
Try this instead:
.header_color .header_bg { background-image: url(https://64.19.142.12/borstch.eu/aptare6/wp-content/uploads/2015/02/aptare_bg_header1.png); }
Cheers!
RikardHi!
Could you provide us with a temporary admin login so that we can check it out? You can post it here as a private reply.
Best regards,
RikardHi berndrepenning!
I see your problem, could we please get admin access to the site so that we can check it out? You can post it here as a private reply.
Cheers!
RikardHi!
You could also add a testimonial to the bottom of the page and hide it for every screen above phone size, and hide the ‘problem’ testimonial for phones only.
Regards,
RikardFebruary 17, 2015 at 1:28 pm in reply to: Fullscreen Slider video first image not showing in IE #397449February 17, 2015 at 1:25 pm in reply to: Image loading for ever on one color section (not showing up) #397446Hi oliviad!
Could you try to empty your browser cache and restart? If that doesn’t work, try deleting the section, save and update, and then add it again. Hope that works for you.
Regards,
RikardHey!
Try adding this to your Quick CSS:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white !important; }
Best regards,
Rikard- This reply was modified 9 years, 11 months ago by Rikard.
February 17, 2015 at 12:58 pm in reply to: Link styling not following chosen predefined scheme #397431Hey alex2545!
Did you try to empty your browser cache and refresh? Also, a link to the site in question would be helpful so that we can check it out for ourselves.
Regards,
RikardHey!
You can find the .htaccess file in the root folder, the same folder as wp-config.php etc is located.
Best regards,
RikardHi Jan!
The code Elliott posted looks like it should work and I can see that you added the ID ‘test’ to the element but I can’t see any custom CSS being applied. Could you provide us with a temporary admin login so that we can check it out? You can post it here as a private reply.
Regards,
RikardHi aymanati!
Could you try to deactivate all plugins to see if one of them is causing a conflict?
Best regards,
RikardHey mcarafa09!
Could you try and deactivate all plugins to see if one of them is causing a conflict?
Cheers!
RikardFebruary 17, 2015 at 10:38 am in reply to: Slideshow Image (1500×430) in FullWidth Easy Slider Not Working #397335February 17, 2015 at 7:05 am in reply to: Pushing search icon next to the social icons in header. #397257 -
AuthorPosts