Forum Replies Created
-
AuthorPosts
-
Hey 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, 8 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,
RikardHey maschera,
It’s the first section you are referring to, correct? I couldn’t see any glitches in latest version of Chrome, in what browser are you seeing this issue?
Thanks,
RikardHi,
Sorry we couldn’t be of more help, please let us know if you should have any more questions on the topic.
Thanks,
RikardAugust 6, 2015 at 8:08 am in reply to: Restaurant One Page change Menu and Logo position only on the first page #483710Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home #header { position: fixed !important; bottom: 0px !important; }Best regards,
RikardHi,
Not sure if you got it fixed or not? Please let us know if you should need any more help on the topic.
Best regards,
RikardHi Jörg,
You could try deactivating all plugins and remove the CSS fix you got from Andy to see if it is a plugin conflict. You can then activate them one by one to pinpoint which one is causing the issue.
Best regards,
RikardHi,
You can use the .home class to only target the front page, or use the page id which you can find in the body tag if you inspect the page in question.
Best regards,
RikardAugust 6, 2015 at 7:40 am in reply to: Media text for "Caption" and "Description" looks weird for the gallery on mobile #483700Hey Siniz,
On what page can we see the issue? I had a look at the front page on iphone4/chrome and I couldn’t see anything like what you are describing.
Regards,
RikardHi,
Could you try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps?
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
Rikard -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
