bdam6
Forum Replies Created
-
Heey Devin Walker! I’ve tried the import/export option several times but no such luck. I am not sure what you mean by ‘db’. Could you explain?
If it’s not possible I am just going to redo the markers. I just really like the plugin! But I do think it would be a great feature to add the import/export option!
The demo site is the same as the live site. I had to keep up the old site on it’s location so I worked on the new layout on a sub domain. That theme has now been transferred to it’s permanent location!
Love to hear from you what db means.
Forum: Themes and Templates
In reply to: [Tempera] slider not showingSame problem here! Out of nowhere my slider disappeared. We haven’t changed anything. I don’t understand. I checked the links to the images and they are all oke.
The link to our site:
We would greatly appreciate the help!
I have the exact same problems as hometowntrailers!!
I would be such a great asset to my shop if this plugin could work!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Include on shop page?Hi there! Funny thing, I have my filters above my product pages. But the plugin doesn’t work for me. It only works on the shop page, but I need it to work on the category pages…
Anyways! What I did to get them above my product pages is just adding a widget area below my header. Works great!
Same problem here! Can someone please suggest anything? I can’t use this plugin like this…
Never mind, still not working. It does show all the attributes, but when you hover it, you get a big red cross…
So strange. I am on the category page of necklaces. There are about 30 golden necklaces and only two silver ones. The widget says there are no gold ones and there are silver ones…
I just changed the setting from AND to OR and now they are displaying correctly. This is weird though. Some of my jewelry contain multiple colors, but when I have AND selected, there suddenly is only 1 color available according to the widget…
For example a golden necklace with green, blue en white beads. When I have AND selected, it will only show the color green. Even though this necklace has three colors and 30 other necklaces have multiple colors as well!
Hi Carolyn!
Thank you so much. Here is a link to the specific category where I use this expanded view plugin for my posts to expand.
Click the first image you see. I added two slideshows, square and tiled mosaic. Both not working. But when you ‘right-mouse-click’ them, they turn in to there right size!
Don’t mind the other pictures below that, I am moving a blog to this domain!
Thanks again!
Forum: Themes and Templates
In reply to: [Sixteen] After wordpress 3.9.1 theme single post not showingWell I just figured out one problem! I removed
<div class=”entry-meta”><?php sixteen_posted_on(); ?></div><!– .entry-meta –>
from content-single.php and I can read my posts again. But why can’t I show my date? I’m gonna look through my date settings now, maybe something changed there after updating wordpress!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing feature image sizes not respondingI just got it wrong again, deleted codes that I thought were unnecessary, so for everyone running into the same problem, this is what worked for me!
In functions.php add this code, fill in what the name of your new image size is. Mine is post-thumbnails. Then width and height. After that true or false if you want to hard crop!
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size(‘post-thumbnails’, 400, 300, true );
add_image_size( ‘post-thumbnails’, 400, 300, true );Then in any php file where you want to change the size of the featured image you look up this code:
<?php the_post_thumbnail(); ?>
And add the name of the size you want to show like this:
<?php the_post_thumbnail(‘post-thumbnails’); ?>
I changed content.php, page.php and I added a new content.php file for my homepage. I added 3 different sizes and it finally worked, mainly cause of sdavis2702!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing feature image sizes not respondingHahaha I’ve been starting from scratch too many times;) Finally done ??
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing feature image sizes not respondingYes it worked!!! I don’t get it cause I’ve tried that code too. But I tried so many things that I probably got something mixed up! Thank you so much !!!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing feature image sizes not respondingOh btw I did see that the page.php gives the room for the size I want, but it just doesn’t resize my image. Even though I’ve set ‘true’…
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Changing feature image sizes not respondingNo it didn’t work. To be honest, I didn’t think that that was gonna work cause I didn’t change the media settings. I just added a post thumbnail size and changed the page.php and content.php for which size to call. Also this does work on my other sites, but Twenty Thirteen seems not to respond…
Thank you anyways!
Forum: Plugins
In reply to: [WooCommerce] Lightbox woocommerce product images not working at all