Dimitrakopoulos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ef Practical] Color of linksThank you for using Ef Practical.
Paste the following code to front end, customize->additional css
.main-navigation a, .mobile-nav a { color: #919191; } .main-navigation a:hover, .main-navigation li:hover > a, .main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a, .mobile-nav a:hover, .mobile-nav li:hover > a, .mobile-nav li.current_page_item > a, .mobile-nav li.current-menu-item > a, .mobile-nav li.current_page_ancestor > a, .mobile-nav li.current-menu-ancestor > a { color: #0b6baa; }
In this way the colours of the menu will be as they are.
Inform me that it works.Regards
Hi @spiedesign
I have checked the theme using polylang plugin and the header image is appeared fine. Do you mean that the words cannot be tranlated in header image?
Regards
- This reply was modified 6 years, 10 months ago by Dimitrakopoulos.
Forum: Themes and Templates
In reply to: [Ef Practical] Menu on smartphonesHi @webadminfr
Thank you for using Ef Practical theme.
The parents items in the mobile menu work only as drop down but I will correct it in an next update soon.
Regards.
Forum: Themes and Templates
In reply to: [Ef Practical] Ef Practical Background imageForum: Themes and Templates
In reply to: [Ef Practical] Ef Practical Background imageHi @kishascott
To see the background image, go to customize -> Design -> Site Layout and choose boxed layout.
Regards
- This reply was modified 6 years, 10 months ago by Dimitrakopoulos.
Forum: Themes and Templates
In reply to: [Ef Practical] Colour-change by hoveringI just checked your site and the hover image does not work well.
Add exactly the following css code..entry-thumbnail { display: inline-block; overflow: hidden; } .entry-thumbnail:hover > img { -webkit-filter: none; filter: none; transform: scale(1.2); }
Forum: Themes and Templates
In reply to: [Ef Practical] Colour-change by hoveringHi tomul,
Thank you for using Ef Practical.
Use the solution that @addweb-solution-pvt-ltd suggested and also add the following css code.
.entry-thumbnail { display: inline-block; overflow: hidden; }
Regards
- This reply was modified 6 years, 11 months ago by Dimitrakopoulos.
Forum: Themes and Templates
In reply to: [Ef Practical] PHP page navigationHi @vlassova
The pagination codes are in the core of WordPress. If you would like to use WP Page navi take out the_posts_pagination(); from index.php, achive.php and search.php
The Next and Previous post is inc->template-tags.php in line 231.
Regards
- This reply was modified 6 years, 11 months ago by Dimitrakopoulos.
Forum: Themes and Templates
In reply to: [Colorskin] Sticky header overlapping header imageYes, there is a problem. I have corrected it. You can install the update.
Thanks for using Colorskin theme.
Forum: Themes and Templates
In reply to: [Colorskin] Sticky header overlapping header imageI checked your site and header works very well.
Forum: Themes and Templates
In reply to: [Colorskin] Creating a child theme from ColorskinYou have to create 2 files in folder colorskin-child
functions.php and style.css
in function.php paste:<?php /** * Your code here. * */ // Add style.css function colorskin_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'colorskin_child_enqueue_styles', 11 );
and style.css
/* Theme Name: Colorskin Child Author: Author URI: Description: Version: 1.0.0 Template: colorskin */ @import url("../colorskin/style.css");
Inform me if it works.
Regarts
- This reply was modified 6 years, 11 months ago by Dimitrakopoulos.
The website you have got the theme is in a subdomain and in the main domain you have got an html page. Try to take away favicon from the html page or put the theme in the main domain and tell me if it works.
Really glad to have helped you solve your problem.
RegardsHi @kengr
Thanks for using Colorskin themeThe problem has been corrected! You can install the updated version.
Forum: Themes and Templates
In reply to: [Colorskin] White header blocking out some thingsHello,
I just visited your site but I could not find any problem, especially the ones you described to me. Please, can you show me exactly where are the problems again? Because I followed your guides but I did not find anything wrong.