Forum Replies Created
-
AuthorPosts
-
Hey 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, 7 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,
RikardHey steviger,
Not sure why you have to use shortcode, can you try using the Layer Slider element instead? Send us an admin login if you should still be having problems, you can post the details in the Private Content section of your reply.
Thanks,
RikardHi,
Thanks for the login, it’s working now. I’m not sure what’s going but it seems you have two installations? The installation I’m looking at is the /fby/ so I’m guessing you have set the home URL of the other installation on besorgerna…../ to the /fby/ address? I can’t figure out why your slider is not displaying though, could you try to recreate the page to see if that helps?
Thanks,
RikardHi,
Please let us know if you should need any further help on the topic.
Thanks,
RikardHi,
Thanks for checking but I get the same result unfortunately, I tried going to /wp-admin after getting the error message but it redirects me to the same error message page and I don’t get the regular WP admin bar on top so I can’t really do anything from there. Do you have any country/ip restriction or something like that?
Thanks,
RikardHi,
The read more link is displaying fine on my end: http://imgur.com/GKdiwMi. I’m not sure what you mean by “strange blue border”, I’m seeing nothing like that either on the /italia/ page or in the first post itself, could you please try to explain a bit further and post a screenshot of it please?
Regards,
RikardHi,
You had an unclosed strong tag there, please make sure to close the tags when adding markup. It’s working fine now, please review the Speakers page.
P.S When posting details to your site please use the Private Content section, it will be displayed publicly otherwise. I edited your post but I would recommend you to change user/pass anyway.
Regards,
Rikard -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
