Martin1982
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] PayPal scripts slowing down websiteWhy create a separate thread for the same issue?
Forum: Plugins
In reply to: [WooCommerce] PayPal scripts slowing down websiteI just want to add to this thread that I have similar issues with PayPal scripts loading on every page and sometimes it slows down the whole website. I understand that it is a third party script, but does it have to load on every page? You can check this on this website.
Every time new attribute taxonomy is created, it creates a new sitemap with a default value IN SITEMAP. This indexes a bunch of URL’s which I don’t want to keep indexed. Is there any way to change the default value to NOT IN SITEMAPS for all product attributes?
Forum: Plugins
In reply to: [PayPal for WooCommerce] Unfortunately it has been cancelled and refunded.Thanks, latest version solved the issue.
Forum: Plugins
In reply to: [Page scroll to id] scroll animation not workingI have the same issue on page: https://goo.gl/ICr4DE I want that when user click on arrow down icon, it would scroll smoothly. I’m using latest WordPress and Visual Composer.
I did, but no response yet. Ticket #867217
It’s a premium theme. We can provide login information if needed.
Ok it seems that it is color profile problem. The original images are in Adobe RGB and thumbs are in sRGB. If i try to save to sRGB from photoshop and than upload all images, it desaturates image once more. Is there any way to skip color conversion in thumbs?
Forum: Fixing WordPress
In reply to: is missingAnyone has a simple solution for my problem? Maybe i should change
<h2>into<h1>and thats it?Forum: Fixing WordPress
In reply to: is missingThanks for your help, but It creates additional title before category, smth is not ok.
Forum: Fixing WordPress
In reply to: is missingWhere should i put exactly?
Forum: Fixing WordPress
In reply to: is missingOk so i went through original theme php files and i found h1 heading only in 404.php but this makes no sense at all. I need it in the front page.
Any clues?
Forum: Fixing WordPress
In reply to: is missingI opened index.php and the first 14 line looks like this:
<?php get_header(); ?> <div id="content"> <div class="postarea"> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <?php global $more; $more = 0; ?> <?php if ( in_category('gallery') && !is_single() ) continue; ?> <div <?php post_class(); ?>> <div class="posttitle"> <div class="postdate"> <div class="day"><?php the_time('d') ?></div> <div class="month"><?php the_time('M') ?></div> </div> <h5><?php the_category(' , '); ?></h5> <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> </div>Maybe somewhere here?
Forum: Fixing WordPress
In reply to: is missingThere is no such file. I see only:
404 Template
(404.php)
Comments
(comments.php)
Footer
(footer.php)
Full Width Page Template
(page_wide.php)
Gallery Page Template
(page_gallery.php)
Header
(header.php)
Main Index Template
(index.php)
Page Template
(page.php)
Search Results
(search.php)
Single Post
(single.php)
Theme Functions
(functions.php)
remove-title-attributes.phpAnd im using theme from: http://blissfulblog.com