Forum Replies Created
-
AuthorPosts
-
Hey!
Try the following in your Quick CSS:
.footer_color{ background-color: red !important; }
Regards,
RikardFebruary 23, 2015 at 6:09 am in reply to: Reduce the space between the layout elements horizontal #400390Hi!
Try to play around with Ismaels code a bit, for instance, this will most likely work better:
#custom-columns div .av_one_fifth { margin-left: 1%; width: 18.4%; }
Regards,
RikardHi!
Could you provide us with a link to the site in question please? Also, if possible a temporary admin login so that we can investigate closer. You can post it here as a private reply.
Cheers!
RikardHey!
Both plugins do more or less the same thing, I would try them both out to see which one is working the best.
Cheers!
RikardHi!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.
Cheers!
RikardFebruary 23, 2015 at 5:22 am in reply to: hide the graphic area on a post and sidebar widget #400379Hey!
Codeblock is a content element (last element in the list) that you can chose from the Avia Layout Builder.
Regards,
RikardHey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.
Regards,
RikardFebruary 23, 2015 at 5:05 am in reply to: Enfol + Wommerce + Catalog Visibility Options not work #400375Hi stunna42!
I got the same error as you did, seems to be a problem when it’s loading since it displays fine if you scroll up to the top of the page and then down again. Did you do any customisations at all? Also, could you please try to deactivate all plugins to see if any of them are causing a conflict?
Regards,
RikardHi!
Do you want to hide the title and meta data only on the home page? If so, please add this to your Quick CSS:
page-id-7 h3.slide-entry-title, page-id-7 div.slide-meta{ display:none !important; }
Regards,
RikardHey Munford!
It looks like 80×80 on my end, did you get it fixed? http://imgur.com/eDbeRGn
Regards,
RikardFebruary 21, 2015 at 6:10 am in reply to: Enfold prevents WebGL to draw objects with right canvas resolution #399995Hey 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 #399476 -
AuthorPosts