Oded Talmon
Forum Replies Created
-
Update: It doesn’t work if I try to select from the media library but it works when I select from another URL :/
Please fix this, I don’t want to be dependent on other websites.
Forum: Plugins
In reply to: [OpenTickets Community Edition] Event Description not showingYes, it works, thanks.
Forum: Plugins
In reply to: [OpenTickets Community Edition] Event Description not showingOh hey loushou, I will check this out in the next couple of days, thank you very much for your offered solution.
Forum: Plugins
In reply to: [WP Accessibility] Toolbar Size@webbysmart: Thanks! it works perfect!!!
Forum: Plugins
In reply to: [WP Accessibility] Toolbar SizeI see, thanks.
Forum: Themes and Templates
In reply to: [Boot Store] Can CSS File be deleted?Post the log from that website because the link you provided doesn’t lead anywhere nor does it say on which folder the file exist.
In any case, deleting a CSS file of 0kb should have no effect on your website since it has 0 lines of code, if it was used in any way I believe the theme would write something to it at some point.
You can do two things:
1. Look at your header.php and see where that CSS file is being called, if you want to remove it simply comment out the line / erase it.
2. Go to the actual location of the file and rename it / erase it. (Using FTP)Forum: Themes and Templates
In reply to: [Boot Store] Major Bug! [IE11]Oh!
I just installed WordPress 3.8.1 in English, the regular version and the website seems to work just fine.
Could you check this out to see what could be the cause of this theme getting stuck on the Hebrew version of WordPress 3.8.1?
Thanks!
Forum: Themes and Templates
In reply to: [Boot Store] Carousel custom meta on products pagesRecently I’ve looked at a number of eCommerce plugins for simple cart and paypal, the only real good and easy to use plugin I found was Easy Digital Downloads, it suited my needs perfectly.
Lots of translations, lots of extensions for it. 🙂
Forum: Themes and Templates
In reply to: [Boot Store] Carousel custom meta on products pagesWell, Boot Store main site says it is compatible with eCommerce plugin so they ought to work well together.
I looked all over the boot store theme files and I didn’t find any of the meta data supersonic84 posted so it wouldn’t come from there as far as I know.
When I installed WP e-Commerce it worked fine, no additional meta data was added to any product. I think another plugin you have could be causing this.
Forum: Themes and Templates
In reply to: [Boot Store] X Webkit Speech Custom CSS codeWell, in searchform.php
change:
<input class=”market-search” type=”text” placeholder=”<?php _e( ‘Search’, ‘bre-bootstrap-ecommerce’ ); ?>” name=”s” id=”s”>
to this:
<input class=”market-search” type=”text” placeholder=”<?php _e( ‘Search’, ‘bre-bootstrap-ecommerce’ ); ?>” name=”s” id=”s” onwebkitspeechchange=”this.form.submit();”>
In WordPress admin Dashboard go to: Appearance > Menus > Locations
Try to change your menu from Primary to Secondary or the other way around.
Forum: Themes and Templates
In reply to: [Boot Store] Carousel custom meta on products pagesThere is no special product page in this theme, you can create regular pages or posts with different templates.
Please explain thoroughly what you do so I can understand where the problem is.
Forum: Themes and Templates
In reply to: [Boot Store] Is a 4th Shortcut on the homepage possible?You need to edit the file:
boot-store/admin/bootstrap-ecommerce-setup.class.php
Look for:
<div class=”home-boxes row-fluid”>
As child elements you can see box-left, box-center and box-right
Creating another box such as this requires a few other changes to the code inside those elements I think. Anyways, if you can’t get it right let me know and i’ll try to help.
Forum: Themes and Templates
In reply to: [Boot Store] featured image size for carousel display?Mine are 200×260 and they look fine. I’ve fiddled with the CSS quite a bit though to get the look I want.
Use F12 in chrome to see all the CSS values for any element you want, change the values live to try it out before making permanent changes via CSS file in editor.
Forum: Themes and Templates
In reply to: [Boot Store] Edit the text 'more info' in the button in carouselUse Notepad++ to find those things fast and easy!
Step-by-step:
1. Download Boot Store theme ZIP file (not via WordPress Themes).
2. Extract the ZIP.
3. Open all editable files (e.g. html,txt,css,js) with notepad++ all of them together so you have multiple files opened
4. CTRL+F for find, type your search query and hit “Find all in all opened documents”Here’s an image to illustrate.