Forum Replies Created
-
AuthorPosts
-
Hi Missca!
I’m not sure what element you are referring to on that page, could you provide us with a screenshot highlighting what you want to change please?
Best regards,
RikardHi!
Please try adding this as well:
.text-sep business_sort_sep { font-size: 15px !important; }Regards,
RikardHey sensiblekaren!
You could try something like this in Quick CSS:
@media only screen and (max-width: 767px) { .rotatingtweet, .rtw_main { width:100% !important; } }Please note that this isn’t a theme issue but the code you inserted.
Regards,
RikardHey etheravion!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey!
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.
Cheers!
RikardHi endoradigital!
You can set the sorting in the Order by option if you edit the Masonry Grid.
Cheers!
RikardHey Antonio!
I can’t see any sticky widgets in either Firefox or Chrome, could you take a screenshot of the one that is supposed to be sticky please?
Best regards,
RikardHey DavideModigliani!
Could you provide us with a link to the site in question so that we can take a closer look please? Also, how do you want it to look? A screenshot highlighting what you want to achieve would help.
Best regards,
RikardHey NicomIT!
I think the easiest option would be to add a header above the image and not display anything on the image itself, could you try that?
Regards,
RikardJuly 22, 2015 at 5:27 am in reply to: About us and Testimonial section like in "Landing Page" style #476851Hey!
Yes it will overwrite anything you have on that page but you can simply add it again if you like.
Best regards,
RikardHi!
I’m not sure what would be the purpose of doing that, in what context would you use code like that?
Cheers!
RikardHey!
Not sure what could be causing that, could you try to disable all plugins to see if one of them is causing a conflict?
Best regards,
RikardHey Ocean2014!
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,
RikardHey!
You are most likely getting cached results, this is what I see on my end on first load: http://imgur.com/6ltUvWo. Could you try flushing your browser cache and reload a few times to see if that helps? Also make sure to disable any caching plugin.
Regards,
RikardHi!
Worked better now, thanks. I added some content to the widget since it was empty, try adding this to Quick CSS:
#text-13 { top: 30px !important; left: 50% !important; }Best regards,
RikardHey!
Please try to empty your browser cache and restart, a simple reload of the page could help as well.
Best regards,
RikardHi!
We will need the password as well to access the backend, could you post that as well please?
Cheers!
RikardJuly 21, 2015 at 9:24 am in reply to: ADDED GOOGLE FONT PLUGIN BUT WON'T SHOW FONT DESPITE SIMPLE CSS #476353Hi Cybernun!
Our support for third party plugins is limited but you can get that font by altering the theme instead, add the following to your child themes functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; }You will have to replace the Source Sans Pro with the font you would like instead. After doing this it will be available in the menus in the backend.
Regards,
RikardHey LifeIsNow001!
I’m not sure what you mean by that, could you try to explain a bit further what you are trying to achieve please? I like the site you linked, are you trying to get that effect or do you want to alter it in some way?
Regards,
RikardHi boscotwcheung,
I’ve never tried anything like that myself but you could try using the following and redirecting users if one or the other criterium is true or false: https://codex.wordpress.org/Function_Reference/is_user_logged_in
Cheers!
RikardHi Darryl,
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHi a00109943!
Please try the following in Quick CSS:
#after_layer_slider_1 { display:none !important; }Cheers!
RikardHey lzharvey!
I couldn’t see any bulleted lists in the body or in the footer on your page, but you can use the following in Quick CSS for the Mega Menu:
.avia_mega_div .avia-bullet { border-color: red !important; }Cheers!
RikardJuly 21, 2015 at 8:50 am in reply to: Basic gallery does not load thumbs. Mosaic has new random spaces. #476341Hi!
I got the error you are getting on the first page but not the second, could you try to recreate the page to see if the same thing happens?
Regards,
RikardJuly 21, 2015 at 8:43 am in reply to: Disable application of theme settings when I intergrate content onto my site #476339Hey shoo!
You could try to add the !important statement just before the ending ; in your shop.css file. Otherwise you can add the following, though it will only affect the page you linked, otherwise it will apply to the entire theme:
.page-id-1096 div .main_color .button { background-color: red !important; border-color: red !important; } .page-id-1096 .SprdMain .Filter.colorAndSize .Selector.size .item { background-color:black !important; }Cheers!
Rikard -
AuthorPosts
