Forum Replies Created
-
AuthorPosts
-
Hey prohronus!
Could you please provide a link to the site so that we can take a closer look? And to clarify; do you want it larger or smaller when it’s shrunken?
Best regards,
RikardHey!
The plugins you listed do a good job, you could also try a minimizing plugin: https://wordpress.org/plugins/tags/minimize
Cheers!
RikardFebruary 20, 2015 at 11:50 am in reply to: How to add a vertical separator between columns within a section? #399554Hey tremblayly!
Could you please post a link to the site so that we can check it out? Also, if possible, a screenshot highlighting what you are trying to achieve.
Regards,
RikardHey!
What @begrafiks wrote will insert your own excerpt, just chose screen option in the upper right hand corner of the post/page screen and tick Show Excerpt, the will add another box where you can fill out your custom excerpt.
Thanks again @begrafiks :)
Best regards,
RikardHey!
Could you please provide us with a link to the site in question? Also, we might need a temporary admin login. You can post it here as a private reply.
Cheers!
RikardFebruary 20, 2015 at 9:58 am in reply to: After Upgrade – Frontpage on the right side (Ninja Popups) #399512Hi johncon!
Could please provide us with a link to the site in question so that we can take a closer look? We might also need a temporary admin login, you can post it here as a private reply.
Regards,
RikardHey C_Developer!
Please try the following in Quick CSS:
section.search_not_found *{ display:none !important; }
Regards,
RikardHi GlowTouch_Designs!
Could you provide us with a link to the site in question please?
Best regards,
RikardHi Peter!
Could you post a link to the site in question please? http://test.contigoo.de/ seems to be down…
Cheers!
RikardHey apps2go!
Could you please post a link to the site in question? Also, do you want to hide it only for mobile or for tablets as well?
Cheers!
RikardHey Nomodic!
Did you verify that the URL for the font is correct? It could help to include the full URL, or at least to make sure it’s not your problem.
Best regards,
RikardHey!
You can use this CSS to create a hexagon:
#hexagon { width: 100px; height: 55px; background: red; position: relative; } #hexagon:before { content: ""; position: absolute; top: -25px; left: 0; width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 25px solid red; } #hexagon:after { content: ""; position: absolute; bottom: -25px; left: 0; width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-top: 25px solid red; }
Regards,
RikardFebruary 20, 2015 at 7:42 am in reply to: Can't edit page content after latest WordPress update #399478February 20, 2015 at 7:37 am in reply to: Portfolio Item: link to selfhosted video displaying in lightbox overlay #399476February 20, 2015 at 7:07 am in reply to: Large gap between menu and content below. Can this be removed? #399465Hi!
You can add it to the footer above:
<div class='container_wrap footer_color' id='footer'>
On line 23.
You can add it inside a container like this:
<div class="container"><img src="http://www.webdesignshock.com/wp-content/uploads/2010/07/Footer105_thumb.jpg"></div>
Best regards,
Rikard- This reply was modified 9 years, 11 months ago by Rikard.
February 20, 2015 at 6:17 am in reply to: Contact form Issue when submitting by Mobile (cell) device #399450Hey!
I just sent a test from my iphone. Please keep us posted if it comes through.
Cheers!
RikardHey Ali!
Try to add the following code to Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 959px) { .av-image-caption-overlay { bottom: 15px !important; left: 0% !important; transform: translate(0%) !important; } }
Cheers!
RikardFebruary 19, 2015 at 2:54 pm in reply to: Header background image doesn't always load on mobile devices? #398935Hi!
Ok, in a child theme? If it was in a child theme it should not have been overwritten.
Cheers!
RikardFebruary 19, 2015 at 2:43 pm in reply to: Header background image doesn't always load on mobile devices? #398925Hey!
You can upload screenshots to for instance imgur.com or a public dropbox folder and then link to them here. Could you also provide us with a link to the site in question please?
Cheers!
RikardHi ProAnts!
Your WordPress backend is extremely slow! I’ve been trying to get a page to load twice and it doesn’t get far (if loading at all). Please check your plugins because yours is the slowest backend I’ve ever come across.
As for your initial question, (1) the text or visual screen is set depending on what screen was active when you last logged out. (2) Not able to verify due to backend not loading.
Regards,
RikardHi Remco!
Hehe, be careful what you wish for :) Glad you got your problem fixed!
Regards,
RikardHi Peter!
Try to add this to your Quick CSS:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{ border-color: #333 !important; }
Cheers!
Rikard- This reply was modified 9 years, 11 months ago by Rikard.
Hi pegasso4444!
Please follow this guide to add a Widget in the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
RikardFebruary 19, 2015 at 10:53 am in reply to: Username is shown in a blog post next to my author display name #398751 -
AuthorPosts