Hi!,
Would you change the value “Submit” on the search form, so it can be localized on the Glotpress platform. Thanks.
* https://themes.svn.www.ads-software.com/smartshop/1.5.5/searchform.php
]]>Hi,
Thanks a lot for this theme. I have been working with it for a couple of days. Kindly refer to my website https://www.artison.in
need help:
Featured products on front page display has some issues. After 2 iteration, the 3rd row always has only one product displayed on the right. Following rows appear ok. Kindly help fix this issue. I am looking at file content-wooproducts.php. cant seem to understand whats going wrong.
thanks!
]]>Halo
I have a problem with smartshop, when I watch my site on mobile phone. It is Opera Mini browser and my widgets “Home #1 Widget”, “Home #2 Widget”, “Home #3 Widget” are only empty rectangles. When I watch it on my PC, those are three pretty pictures: gears, baloons and a computer icon. How to have the same pictures in Opera Mini?
Parse error: syntax error, unexpected ‘:’ in /htdocs/public/www/wp-content/themes/smartshop/includes/custom-header.php on line 147
I Have this error please someone help me!
Is there any ready translation into Portuguese/Brazil?
]]>The featured products on EDD download list won′t populate on homepage screen. Only the latest download added are populated.
IS there any fix o solution to this?
Thanks
Hi, I′ve been playing with this theme for two days trying to integrate an e-commerce site using EDD and my digital books.
Happy so far with the options, however, I′m having issues with the Featured Image: the description page of the item displays an over-sized image. The original image is 154×200 and it′s scaled as 666×865. Looking at the style.css I found out that changing
.attachment-product-image-large{
margin:0 20px 20px 0;
width:100%;
to
.attachment-product-image-large{
margin:0 20px 20px 0;
width:30%;
it fixes my problem.
My question is if there is another workaround to fix this or any option I′m missing in the dashboard. Thanks
]]>Hi, I absolutely love the theme!
Only problem is, I would like to have a title for the home-page instead of https://www.mydomain.com/
Is there a way to do this?
Thanks, Rhys
]]>Would like to align right the text Your cart (0)
Cannot locate the file where to make this modification on my server
I would also like to change the cart icon.
Thanks!
]]>Hi there. I can’t seem to be able to go to page 2 or the next page of my website of every shop page. Here’s the link.
Appreciate your help. Thanks.
There is a Shopping Cart widget hardcoded in the sidebar visible on the checkout page. Could this please be removed?
If anyone wants to display the shopping cart content twice side-by-side on the same page, they can use the normal Easy Digital Downloads cart widget ??
]]>Hi,
I’m wondering why the product description is placed outside the hentry wrapper:
<div id="post-<?php the_ID(); ?>" <?php post_class('entry product-content'); ?>>
<?php the_post_thumbnail('product-image-large'); ?>
</div><!--end .product-content.entry-->
<div class="content-des">
<?php the_content(__('Read the rest of this entry »','smartshop')); ?>
</div>
The ‘problem’ with this is that custom css, style rules from other plugins or even javascript that depends on the hentry class will not apply to product content.
Would the following not be more logical?
<div id="post-<?php the_ID(); ?>" <?php post_class('entry product-content'); ?>>
<?php the_post_thumbnail('product-image-large'); ?>
<div class="content-des">
<?php the_content(__('Read the rest of this entry »','smartshop')); ?>
</div>
</div><!--end .product-content.entry-->
Or even leave out the <div class="content-des">
because it’s not used for anything special anyway…
Cheers ??
]]>Hi,
The line in header.php
<!--[if lte IE 9]><link rel="stylesheet" href="<?php get_stylesheet_directory_uri(); ?>/css/ie.css" type="text/css" media="screen" /><![endif]-->
causes a 404 because href=”/css/ie.css” goes nowhere. It’s missing an PHP echo and /assets/ in the path.
The line should be:
<!--[if lte IE 9]><link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/css/ie.css" type="text/css" media="screen" /><![endif]-->
Cheers ??
]]>Hi,
It turns out the version of css3-mediaqueries.js included in this theme causes many errors in . It appears some stylesheets are being blocked because of “No ‘Access-Control-Allow-Origin’ header is present on the requested resource.”
This is what I get in the Chrome console:
OPTIONS https://mysite.tld/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.4-5380 css3-mediaqueries.js?ver=4.0:136
XMLHttpRequest cannot load https://mysite.tld/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.4-5380. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
OPTIONS https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.0 css3-mediaqueries.js?ver=4.0:136
XMLHttpRequest cannot load https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.0. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
OPTIONS https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C700&ver=1.0 css3-mediaqueries.js?ver=4.0:136
XMLHttpRequest cannot load https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C700&ver=1.0. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
OPTIONS https://s.gravatar.com/css/hovercard.css?ver=2014Octaa css3-mediaqueries.js?ver=4.0:136
XMLHttpRequest cannot load https://s.gravatar.com/css/hovercard.css?ver=2014Octaa. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
OPTIONS https://s.gravatar.com/css/services.css?ver=2014Octaa css3-mediaqueries.js?ver=4.0:136
XMLHttpRequest cannot load https://s.gravatar.com/css/services.css?ver=2014Octaa. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
XMLHttpRequest cannot load https://s0.wp.com/i/noticons/noticons.css?ver=3.1.1-201441. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
XMLHttpRequest cannot load https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.css?ver=3.1.1-201441. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mysite.tld' is therefore not allowed access. (index):1
Would it not be better to just remove this script? There is already this in the head section:
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
]]>
Hi,
While testing the creation of a user account during a digital download purchase, I noticed the new subscriber gets this message from the SmartShop theme:
Sorry, but you do not have the correct permissions to activate the Contact Form 7, Envira Gallery and Soliloquy Lite plugins. Contact the administrator of this site for help on getting the plugins activated.
This is useless information and might even be confusing for users that just bought a download and have no idea what these plugins are about… Sure, the message can be “Dismissed” but still it would be better to NOT display any message to those that are missing the needed permissions at all.
Just a thought ??
]]>Hi,
I noticed a little bug in the display of a download product price on the homepage. This occurs when the digital download product has the option “Enable variable pricing” checked and different product variations have been added.
The download on the homepage should be displaying (on hover) something like “Starting at: €10,00” but is sais “€10,00Starting at:”
My current work-around is adding the followin style rule to the Custom Styles via the theme customizer:
.edd_price {
float: right;
margin-right: 5px;
}
This makes the span wrapping the price jump to the right so that at least visually the order is correct. But it’s not an ideal solution. The text in screen readers remains garbled and visually, the price being aligned to the right while the “Starting at” text is centered makes no sence.
Hope this can be fixed ??
]]>Hi,
Enjoying this theme very much, I am wondering if the included font-awesome.css could be updated to 4.2 because there are some new icons that I’d like to use…
Or better yet, why not link directly to the CDN hosted stylesheet on
//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css to reduce some server load at the same time?
Thanks ??
]]>Hi there,
I like this theme very much. But I’ve a problem. I’ve tried everything, but this is the case that i can’t go further.
[IMG]https://i60.tinypic.com/258m6j9.jpg[/IMG]
[IMG]https://i60.tinypic.com/iohlhs.jpg[/IMG]
Can you help me further?
Thanks!
Best regards,
Bas