DrMosko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] where the css created?thank u
Forum: Plugins
In reply to: [W3 Total Cache] problem with slideshow pluginForum: Plugins
In reply to: [Slideshow] first image not shownI dont have any option like that.
Forum: Plugins
In reply to: [W3 Total Cache] problem with slideshow pluginYes, but none with the slideshow plugin.
Forum: Plugins
In reply to: [Slideshow] first image not shownhello stefan,
the problem of first image is back, after i did upgrade,
seoForum: Plugins
In reply to: [Slideshow] first image not shownI did the final w3c plugin upgrade and it fixed the problem.
thx, what about the jquery library load up?Forum: Plugins
In reply to: [Slideshow] first image not shownthe problem is with W3 Total Cache plugin.
Forum: Plugins
In reply to: [Slideshow] first image not shownthx for ur answer, i will do it and post,
when jquery libreary loadi twoce it wont work, and i want to use with another plugin, so how i disable the jquery load library, so it wont be loading twice?Forum: Plugins
In reply to: [Slideshow] first image not shown1.one of the slides is only text, with no images,
2.where to disable the jquery loading? i have another plugin to load in the same page.
thx for the quick reply ??Forum: Plugins
In reply to: [Nextend Google Connect] Bug: Login/link with Google is no longer workingi think the problem is here:
get_category_parents – is empty as mentioned in this post<?php if(is_home() OR is_front_page()) {} else { ?>
<h1 class=”page-title”>
<?php if(is_search()) { ?>
<?php echo $wp_query->found_posts; ?> <?php _e(‘search results for’, ‘gp_lang’); ?> “<?php echo esc_html($s); ?>”
<?php } elseif(is_category()) { ?>
<?php $catstr = get_category_parents($cat, false, ‘ / ‘); echo substr($catstr, 0, strlen($catstr) -3 ); ?>
<?php } elseif(is_tag()) { ?>
<?php single_tag_title(); ?>
<?php } elseif(is_author()) { ?>
<?php wp_title(”); ?>’s Posts
<?php } elseif(is_archive()) { ?>
<?php _e(‘Archives’, ‘gp_lang’); ?> <?php wp_title(‘ / ‘); ?>
<?php } ?>
</h1>
<?php } ?>Forum: Plugins
In reply to: [Nextend Google Connect] Bug: Login/link with Google is no longer workingi did the sulotion, and woks fine it stopped redirect to my home page and went to goole coonect but after connection approval from google the user go back to the site with this error:
Catchable fatal error: Object of class W3_Redirect could not be converted to string in /home/ilnetwor/public_html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php on line 444anyone?
Forum: Fixing WordPress
In reply to: How to create a page with search – without widjetjust add <?php get_search_form(); ?> in the text editor
Forum: Themes and Templates
In reply to: [evolve] which file deals with the sub-menu? inline styles?Im using the Bug, and I c inline style,
canu check please https://www.dossihost.net/en/
look at the blog sub-menu.
and thx for u answer.