martin9870
Forum Replies Created
-
I was able to delete only these 4 stuck items from the database – wpstatistic-users-online. And it is WITHOUT losing any data or statistic ??
BTW this plugin uses only 8 database tables named statistics_ ? And nothing else? So if I uninstalll and delete plugin I should remove these 8 tabes only?
It is solved – old version.
Forum: Plugins
In reply to: [MaxSlider] dark overlay over imagesThis is not help. Regardless what overlay color I chose, there is still DARK patina applied to the slide images. MY GOD this is stupid!!!!! I want simply REMOVE that option copletely and show ORIGINAL image only. Simple isn’t it? But it looks like it is not possible.
Thanky you, but I am sure it has to be connected to your plugin somehow. I am using free version and of course for a long time there weren’t pictures posted at all. BUT yesterday, just before your plugin update all pictures, including those in ALL previous tweets were displayed! Also all new posts were with pictures (BUT ONLY YESTERDAY) – after I updated your plugin everything went back. Old tweets are now with pictures (it is good), but all posts after update are without pics again! So I am sure it was caused by the last plugin update – by the way is it possible to roll back last update of your plugin to the state from yesterday? It is obvious that there has to be some way how to get pictures dispayed.
Forum: Themes and Templates
In reply to: [zeeDynamic] Edit Post LinkThank you for answer, but this allow edit currently opened post only. I use post list with 30 posts on my blog (with read more) and for edit I must open post first and it is not very practical. In Smartline it is OK because there are 30 quick edits links on homepage and editing is very easy (without opening single post). Also in Smartline there are tags listed under each post in list view as well ass single view.
I would like to add quick edit link and maybe tags under posts in post list view if it is possible – just as it is in Smartline theme. Thank you.
Forum: Plugins
In reply to: [Yoast SEO] Change name of sitemap_index.xml fileI would like to change sitemaps URL from root to /news folder on my server. I checked your link provided above, but I don’t know how to use that filter and hooks correctly. Please can you provide detaled instructions/example with info what file/s edit and how exactly?
Thank you very much!
- This reply was modified 5 years, 11 months ago by martin9870.
Forum: Themes and Templates
In reply to: [Curver] Curver Child ThemeHello, my function.php is empty. I need only to enqueue scripts corectly. Now I tried this code and it works. Is this code right? Thank you.
<?php
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
?>