Vedran
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Templatic Store Front ThemeHi there
You won’t be able to get much help for your problem in these forums. Templatic is a premium theme provider, our themes aren’t available on wordpress.org.
Good news is that we have an article that will help you get started with this. It’s available here
http://templatic.com/docs/updating-ecom-themes-with-the-new-woocommerce-functionality/Good luck!
Vedran from TemplaticForum: Themes and Templates
In reply to: Real estate project wordpress themeOk, I have a better idea what you’re trying to accomplish now.
Open this link
http://templatic.com/demos/realestate-directory/Inside the map there’s a search section you can use to filter through content on the site. Your fields (Acres, Organic land, etc) can be added inside that search widget. In other words, your visitors will be able to search based on categories and based on those fields.
Forum: Themes and Templates
In reply to: Real estate project wordpress themeCan you explain what you mean by this
Can this theme help to create search criteria for different categories must be different?
I’m not really sure what you’re asking me.
Forum: Themes and Templates
In reply to: Real estate project wordpress themeHey there
Instead of Realtr, you should check out our Directory theme. Even though property management features aren’t built-in, you can easily enable them by installing the Real Estate add-on. In general, Directory is superior to Realtr in virtually every way.
If you’ll have any follow-up questions feel free to email me directly.
Cheers
Vedran from TemplaticForum: Plugins
In reply to: Which plugins to create care.com airbnb type booking site?Yes, you’ll be able to create new post types with Tevolution, but it’s hard to say how those will work in terms of booking functionality. The booking module isn’t designed to work with post types other than the two built-in (Rooms and Houses).
With HEAVY tweaking you could probably achieve what you need, but honestly, it would be better to just develop a new system from scratch. Even though you can create post types for your purpose, making the booking plugin actually use them (properly) will likely be a nightmare.
Forum: Plugins
In reply to: Which plugins to create care.com airbnb type booking site?Hey cathmfs
I don’t know about the other ideas, but you won’t be able to get this done with Tevolution and the Booking plugin. The booking features (enabled by the Booking plugin) are focused on two post types: Room and House. It would take a lot of tinkering to make it work with something else.
Even a bigger problem is the fact only admin can submit these rooms and houses. So… your users wouldn’t be able to create their own profiles, only you can do that. In our Booking module anyone can rent a room/house, but only the admin can actually submit them.
In any case… good luck with this!
Vedran from TemplaticForum: Plugins
In reply to: [The Events Calendar] 404 error when viewing an eventHey Brook
Yeah, that’s probably it. The default slug for Events inside Tevolution is “event”. Good news is that you can change this within the Tevolution plugin (Tevolution -> Customize Permalinks). Bad news is that you can’t change it without enabling the post type first; and to enable it you need the “Events Manager” plugin (which integrates into Tevolution). I can send you guys both if you’ll need them.
Forum: Plugins
In reply to: [The Events Calendar] 404 error when viewing an eventHey guys
I work for Templatic and… I don’t mind providing a copy of Tevolution. If you’re sure about giving it a go just send me an email.
I should mention that getting this thing done won’t be easy. Tevolution is designed to support events functionality within our own themes/plugins so that’s why it likely conflicts with others. It will likely be too costly to make them play well together.
Cheers
VedranForum: Themes and Templates
In reply to: [Theme: Rejuvenate] – How do I edit the skin 3-pink.css theme?Hey Dee
The Appearance -> Editor section only allows you to edit files located inside the theme root folder. The 3-pink.css is located inside a sub-folder so you can’t access it.
To make changes simply connect to your server via FTP and edit the file. You’ll find it inside the /skins folder.
However, to get proper help with this you should contact Templatic directly; as janet4now suggested.
Forum: Themes and Templates
In reply to: Directory themeHey sismis
I work for Templatic and I might be able to help you with this decision. What kind of features should your site have? My advice is to focus on features on go from there. Looks/design can be tweaked fairly easily, but coding tweaks are much more expensive to implement.
Forum: Fixing WordPress
In reply to: Newly uploaded pdf not showing upConnect to your server with FTP (or through the cPanel) and create those folders manually. After that try uploading the image again and see whether it helped.
Also, check the permissions of the /wp-content/uploads directory. It’s possible that permissions aren’t properly set and that’s preventing those folders from being created automatically. Ideal folder permissions are 755.
Forum: Fixing WordPress
In reply to: How to remove certain tag during responsivenessYou’re welcome.
Btw, looks like I made a small error earlier (double dots). This is the code
@media screen and (max-width:1000px) { .cycloneslider { display: none; } }Forum: Plugins
In reply to: [WooCommerce] Template filesHi Viktoria
The problems you’re experiencing are caused by the 2.1 update. For details open this link
http://develop.woothemes.com/woocommerce/2014/02/solving-common-issues-after-updating-to-woocommerce-2-1/The hosting company won’t be able to do much here, you should instead try contacting the theme developer. There’s a good chance they released an update for the theme which should resolve these problems.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionThat error displays when the information written inside the wp-config.php file doesn’t match your actuall datatabase information (DB name, user and password). However, the site seems to be online so I guess you resolved the problem.
Forum: Fixing WordPress
In reply to: Newly uploaded pdf not showing upIt seems like the new /year/month folders don’t exist on your site.
For instance, if you visit the /2010/06 folder you’ll get a 403 Forbidden error (as you should). However, if you visit the /2014/08 folder you’ll just see the same “Not Found” page as before.
Try going to wp-admin -> Settings -> Media and see whether the “Organize my uploads into month- and year-based folders” option is checked. If it isn’t, enable it and do another upload. See if it works then.