dimitris33
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Where are " Theme Options " ???but i see that there is a new version, let me try.
Forum: Themes and Templates
In reply to: [Virtue] Where are " Theme Options " ???Still there in my install, you can try refreshing or using another browser.
Hi, i would star with my sitemaps, and gwt.
Did you try to re index your site?
I think so, you can ask Google to re index your site with google webmaster tools
You have two seo plugins enabled, maybe that is causing you trouble.
You need to give more information! : )
whats the problem?
Hi,
in this Yoast page go to ‘help’ top right and open it, you will find variables, i think you can use these
%%cf_<custom-field-name>%% Replaced with a posts custom field value %%ct_<custom-tax-name>%% Replaced with a posts custom taxonomies, comma separated. %%ct_desc_<custom-tax-name>%% Replaced with a custom taxonomies descriptionHi,
first thing you can do is to disable all your other plugins and try again.If that fails you can post your url here to see your setup, like WP version
Forum: Plugins
In reply to: [Awesome Weather Widget] Missing transaltionNo biggie, just wanted to let you know.
Forum: Plugins
In reply to: [Asset Queue Manager] You have been logged outhm, it was this directive
define(‘FORCE_SSL_ADMIN’, true);
in my wp-config.php file for anyone having the same problem.
Forum: Fixing WordPress
In reply to: Theme full with the developer nameHi,
if i am not mistaken this is something else and you don’t need to change it
Forum: Fixing WordPress
In reply to: How to make a child theme, instruction codex unclearHi spartan,
this part should go in your functions.php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }and this is what you need to insert in your style.css
/* Theme Name: Twenty Fifteen Child Theme URI: http://example.com/twenty-fifteen-child/ Description: Twenty Fifteen Child Theme Author: John Doe Author URI: http://example.com Template: twentyfifteen Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: twenty-fifteen-child */make sure you change the ‘Template’ name with your parent theme name, if for example the name is ‘virtue’ then you change it to ‘virtue’
Forum: Plugins
In reply to: [WooCommerce] Display number of products per category in menuThanks you wooassist, there is a way to do it wiht Ubermenu if you have it of course but still i would prefer if there was a Woo way.
anyway no worries : )
ps. not sure if i should live this open for others to participate.