Forum Replies Created
-
AuthorPosts
-
August 6, 2015 at 2:49 pm in reply to: Removing featured image / author pic from from blog post content element #483894
Hi Mike,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardHi,
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/Thanks,
RikardHi Kama,
I can see the video and images fine on my end, I’m guessing you got it fixed? If not then try to empty your browser cache and reload a few times to see if that helps.
Best regards,
RikardHi,
Did you remove the widget? I can’t see it in the header. We need to be able to inspect it in order to give you some custom CSS to position it properly.
Thanks,
RikardHi,
Please let us know if you should need any further help on the topic.
Best regards,
RikardHi,
You can change the colour of your menu items by adding the following to Quick CSS:
.page-id-13307 #avia-menu .avia-menu-text { color:blue !important; }You would have to upload another image for your logo if you want to change that as well.
Best regards,
RikardHey IAJulia,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardAugust 6, 2015 at 10:05 am in reply to: How can I add a white 1px border on sub navigation menu items? #483759Hey gharding,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-main-nav ul a { border: 1px solid white !important; }Regards,
RikardHi,
Still a 403 error on my end unfortunately, do you have any country/ip blocking active?
Regards,
RikardHey bibbitybop,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHey Workimage,
Out of the box it’s not possible unfortunately, but you can try to do something like this for setting a random image as a background: http://stackoverflow.com/questions/19369426/random-background-image-on-refresh
Best regards,
RikardHi,
Ok, 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/Thanks,
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.
Thanks,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
.single-big { display: table !important; margin: 0 auto !important; }Thanks,
Rikard-
This reply was modified 10 years, 4 months ago by
Rikard.
August 6, 2015 at 8:55 am in reply to: WordPress 3.2.4 issues. Enfold not updating within theme dashboard. #483737Hi,
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,
RikardHi,
You shouldn’t need to use a plugin to that, you can add a new Google font to the Enfold lists by adding the following in your child theme’s function.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 can then edit your menu items to display the new font under Enfold–>Advanced Styling.
Best regards,
RikardHi,
The .htaccess file is located in the root folder of your WordPress installation.
Thanks,
RikardHi,
If you upload a fresh copy of the theme it should not be necessary to change the child theme since it just extends/overrides the parent. I think you will get the same js errors in the parent as in the child unless you have made any js changes in the child theme?
Regards,
RikardHi,
I’ve seen this happen on another site and I’m not sure why it’s happening but it apparently is, please add the following to Quick CSS:
.av-special-heading-tag { color: inherit !important; }If you should be getting trouble with special heading you didn’t set a custom colour to, then please add the page-id class before .av-special-heading-tag so that it will only affect the page(s) where the custom colour is not applying.
Best regards,
RikardAugust 6, 2015 at 8:23 am in reply to: woocommerce category featured image from category view #483721Hi,
There might be a conflict there but I haven’t checked that plugin myself, could you link to a page where we can see the problem please?
Regards,
RikardHi,
Could you check if the newsletter plugin works if you activate the default theme which comes with WordPress called TwentyFifteen?
Thanks,
Rikard -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
