Forum Replies Created
-
AuthorPosts
-
Hi!
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!
RikardHey!
Ok great, please let us know if you should need any further help on the topic.
Regards,
RikardJuly 21, 2015 at 8:18 am in reply to: Problem With Vertical Alignment of an Ad in a Text Block #476332Hi ACNLatitudes!
You have two linebreaks (
<br>
) in your code, one before the starting script tag and one after, could you try to remove them please?Regards,
RikardHi!
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,
Sound like something has been corrupted, could you try to overwrite the theme files with a fresh copy from your Themeforest account via FTP?
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
RikardHi,
Like Ismael pointed out we do not have support for third party plugins as there are just too many of them out there, it’s impossible to be compatible with all of them and it’s equally impossible for all plugins to be compatible with all themes. I would recommend you to us WPML as it’s fully supported by the theme.
Thanks,
RikardHi!
They must have a shortcode that you can use, and it will be necessary for displaying it in posts created with the ALB.
Best regards,
RikardHi!
I get a 302/500 internal error after the .htaccess password, not sure what’s going on there?
Cheers!
RikardHey!
Please try the following CSS as well:
@media only screen and (max-width: 767px) { #advanced_menu_toggle { margin-top: 15px; } #header .widget { left: 0%; transform: translate(0%); } }
Cheers!
RikardHi!
As mentioned earlier there has beens some problems on Envatos side so the info on the download page might not have been correct, but the downloaded files should be and if it reads 3.2.3 it is the latest one. Please let us know how you get on with updating to the latest version.
Cheers!
RikardHi!
It sounds like it might have been a caching issue, please let us know if you should have any further problems on the topic.
Best regards,
RikardJuly 21, 2015 at 5:41 am in reply to: Main navigation are larger and solid background all the way across? #476298Hi!
Please try the following CSS:
#header_main_alternate { padding: 20px; }
Best regards,
RikardHey!
I had a look at one of the pages and it seems like it’s caused by some unclosed html markup or section. You have some empty elements in the Bedroom Layout page as well? Maybe you could go through the page to see if what can be removed and to check if there are unclosed markup/elements.
Cheers!
RikardHey Tomasz!
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!
Rikard -
AuthorPosts