sremy
Forum Replies Created
-
Hi Nastia,
thanks for your assistance,
I followed your instructions but the debug.log file was not created?
Forum: Themes and Templates
In reply to: [Circumference Lite] Remove header image from all but home pageThank-you that works perfectly.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Change play button icon on mobilehi Angelo,
here’s an example
https://www.janeteresa.com/episode-165-the-dream-show-a-guiding-breeze/But basically what it is is the theme makes the images bigger, this is fine because it makes them more usable, but because it’s bigger it’s also pixelated, so I want to change the image to one which won’t get pixelated when scaled up. Also It’s not the player itself but the play button to get the player to load.
Forum: Plugins
In reply to: [Max Mega Menu] Sub menus collapsingThank-you, that worked perfectly!
Forum: Plugins
In reply to: [Max Mega Menu] Sub menus collapsingHi Tom, the site is live and the theme I’m working on is in test drive only I cannot activate the theme without taking out the current site (which my client doesn’t want me to do)
However it’s doing the same thing on my test site
https://www.donut-designs.com/ (design drop down)Thanks
Forum: Plugins
In reply to: [Woocommerce CSV importer] Products not showing up in the ProductI’m having the same issue. Using the example CSV file – I have the ID, post_status and visibility fields, but still no go.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Read More ButtonThanks for your reply.
The theme I’m using is called “Minamaze”
Here’s a link to the page
https://ddchampagnes.com/store/products/Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] PayPal ErrorHi Vinod,
Thank-you for your reply. I have double check my API credentials and I am working in live mode and still no joy.
Forum: Plugins
In reply to: [Responsive Full Width Background Slider] Deactivate in MobileI had the same issue. I resolved it by adding a line in my mobile theme css:
#rfwbs_slider{ display:none; }
hopefully it works for you too
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Menu Link title changeHi Vinod, the site is https://ddchampagnes.com/
Here is a cap of the menu in the back-end – the second store was to see if it would do it to all links or just the initial one… it’s just the one. I tried moving the sub pages down beneath the second one, but everytime I save it just goes back to how it was…
https://i2.photobucket.com/albums/y26/vauny/Capture.pnghere is an image of the offending menu item in action
https://i2.photobucket.com/albums/y26/vauny/Capture2.pngForum: Themes and Templates
In reply to: [Minamaze] Increase overall width of the themeI’ve just encourntered the same issue the easiest way is to go through your style.css and find all the “max-width: 960px;” and change them.
There’s also one which didn’t come up in my ctrl f which seems to be the main one for the site – but the others will also need to be changed. It’s the first bit of code under the “structure” section. This seems to be the major one.
/* --------------------------------------------------------------------------------------- 03. STRUCTURE --------------------------------------------------------------------------------------- */ #pre-header-core, #header-core, #header-links-inner, #content-core, #footer-core, #sub-footer-core, #notification-core, #introaction-core, #outroaction-core { display: block; max-width: 960px; margin: 0 auto; }
Forum: Themes and Templates
In reply to: [Minamaze] move sidebar up on Frontpagehere it is: https://ddchampagnes.com/
Forum: Plugins
In reply to: [Nav Menu Images] not working on 3.9.1I am having the same problem
Forum: Themes and Templates
In reply to: [Twenty Eleven] Wierd image placement in firefoxfixed
Forum: Plugins
In reply to: [WP eCommerce] Changing email subject EN_en.php not workingAn update on this – it seems NONE of the changes I make to EN_en.php are affecting the site. I have tried to change the TXT_WPSC_PRICE from ‘price’ to ‘Priced From’ and it is not doing anything.
Can someone please tell me if I’m missing something?