Dimitrakopoulos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localHi @wb7eu
Accept my apologogy for delaying to answer you.
Go to Customize -> Header -> Header Image Content Typography and then check all “Download font-family to server instead of using the Google CDN”.
Do the same at Customize -> Typography and in all settings check all “Download font-family to server instead of using the Google CDN”.In this way, all the fonts can be loaded locally.
Inform me that it works.Regards
Hi @kengr
rel="designer"
will be corrected in a next update.For this
<meta http-equiv="imagetoolbar" content="no">
, I have already checked some other sites which use Colorskin theme, but they do not appear this tag. Do you use some extension which appear this particular tag ?Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localHi @wb7eu
This appears because of the extension that is used so that the fonts of the theme can be changed.
Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Removing Header Image ShadowCreate from the beginning a new child theme and add inside what I have already written in the above message.
Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Removing Header Image Shadowin function.php paste:
// Add style.css function practical_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'practical_child_enqueue_styles', 11 );
and style.css
/* Theme Name: Ef Practical Child Theme Author: Author URI: Description: Version: 1.0.0 Template: ef-practical */ @import url("../ef-practical/style.css"); .header-image { -webkit-box-shadow: none; box-shadow: none; }
Inform me if it works.
Regarts
- This reply was modified 6 years, 9 months ago by Dimitrakopoulos.
Forum: Themes and Templates
In reply to: [Ef Practical] Removing Header Image ShadowThank you for using Ef Practical theme.
Paste this code to customize -> Additional CSS
.header-image { -webkit-box-shadow: none; box-shadow: none; }
Regards.
Forum: Themes and Templates
In reply to: [Ef Practical] Position of the header image descPaste this code t customize -> Additional CSS
.header-image .ef-container { padding-top: 15%; padding-bottom: 1%; } .header-img-content { text-align: left; }
and put your own values.
There is already a choice Padding Top / Bottom (%) in customize -> Header -> Header Image Content, but padding-top and padding-bottom are together in the same choice.
In the next update remove the .header-image .ef-container {} from Additional CSS because I will add a choice where you will be able to choose the values padding-top and padding-bottom from there separately.Inform me if it works properly and tell me if you need any further help.
Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Link to a blank page within an image widgetAfter adding the photo, click the edit image, then click advanced options and check open link in a new tab. And update.
Regards
Forum: Reviews
In reply to: [Ef Practical] highly customizableThank you @tomul
Forum: Reviews
In reply to: [Ef Practical] Great, I’m usingThank you @davidinv
Forum: Themes and Templates
In reply to: [Ef Practical] Load Google Fonts CSS localHi @wb7eu
Thank you for using Ef Practical theme.
You have to create a child theme and in the functions.php paste the following code:
function efpractical_child_dequeue_google_fonts() { wp_dequeue_style( 'practical-fonts' ); } add_action( 'wp_enqueue_scripts', 'efpractical_child_dequeue_google_fonts', 20 );
Inform me if it works.
Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Picture from gallery as featured imageHi @pawpaw
I feel glad for you as you found solution to your problem so fast.
Thank you for using Ef Practical theme and also thank you for your good words.
Regards
Forum: Themes and Templates
In reply to: [Ef Practical] Color of linksYou should leave the code as I have already written it and sent it to you and then you have to go to customize -> design -> colors and change Primary Color and Secondary Color in the colors you want. In this way, the menu will be the same and all the links will be changed in the color you have chosen.
Regards
Hi @brett025
Thank you for using Ef Practical.
The Titles work unless you have put a title in the pages or posts.
If you want to remove all the Titles from pages and posts, go to customize -> Title Bar and click Disable title bar. If you want to remove the Title from every page or post seperately, got to edit page or post and select Title Bar (it is on the right side of the page) and select Hide.
Regards.