Forum Replies Created
-
AuthorPosts
-
Hey!
The link you provided seems to have been removed, could you post a new one and specify exactly what you want not to display please?
Regards,
RikardHi!
If the font plugin works I don’t see any reason not to keep using it :)
Best regards,
RikardHi voice903fm!
I would suggest to try some out and see what works best, I use smush.it myself for image optimising and it works well. W3 total cache and WP super cache also both do their job well.
Best regards,
RikardHey!
Make sure that your url for the font is correct, the safest way is to include the whole path. Also make sure that the @font-face rule is loaded before your call the font in any declarations, so put the @font-face before your p, a rule in Quick CSS.
Best regards,
RikardFebruary 19, 2015 at 5:21 am in reply to: Enfold prevents WebGL to draw objects with right canvas resolution #398640Hi!
I’m guessing it’s the 3d object under width=”300″ height=”300″? Looks pretty sharp to me? Is the problem that you want it larger?
Regards,
RikardHi!
Great! Please keep us posted on any progress on this topic.
Best regards,
RikardHey infobahncreative!
Could you post a link to your previous topic? I can’t seem to find it…Also, please link to the site in question and what the problem is in more detail. You can upload your image to for instance imgur.com or a public dropbox folder and then link it here.
Cheers!
RikardHey robertscott!
Don’t think that should be a problem, 3 columns would likely be your best bet.
Regards,
RikardHey mrpacogp!
Do you have a link for the site in question? Also, if you could give us temporary admin access we could have a closer look at your installation.
Best regards,
RikardFebruary 18, 2015 at 8:09 am in reply to: Control what section of the slider image that is visible? #397973Hey!
You can set the focus point of the image using this jQuery code if you don’t want to use CSS.
Regards,
RikardFebruary 18, 2015 at 8:04 am in reply to: How can I apply "Alternate Content" to a e. g. Textbox? #397972Hey!
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, 9 months ago by Rikard.
-
AuthorPosts