Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Unfortunately the account you gave (already) don’t have a permission to view this page. That’s a regular user account. Change it permissions to view. or give another username password to check it out.
Also, this is a third party plugin, so we try our best to help you!
Thanks,
laranz.September 6, 2013 at 2:12 pm in reply to: sidebar setting for Main Shop page and category shop page #20325Hi,
You mean you don’t wanna sidebar in shop page and want sidebar bar in categories page?
Thanks,
laranz.Hi,
Try this in custom CSS
.heading-text { float: right !important; } #breadcrumbs { float: left; }
Let me know, what you got.
Thanks,
laranz.September 5, 2013 at 11:52 pm in reply to: Title – price centered – Social icons footer – Title and SEO #20197Hi,
for 1, I add this style exclusively for product carousel in the home page of demo. Hop you want for that only. Add this in the custom CSS
.product-carousel .product-details { text-align: center; float: none !important; margin-bottom: 10px; } .product-carousel .price { float: none !important; text-align: center; }
2. You mean if you put the shortcode on the footer text, it didn’t output anything?
3. Can you rephrase your question, I didn’t understand it.
Let me know, what you got.
Thanks,
laranz.Hi,
Yes it will do the same job. It share posts on fb, twitter, mail, google plus and pinterest!
What does means? “So i come in to google analytics anf stuff..?” Can you explain this part of the question?
Thanks,
laranz.Hi,
1. Go to a page, switch to Swift Builder, Choose the Blog Element and choose the category you want, in the Blog Category, after hitting the pen icon in the Blog Element.
2. It should work, make sure you don’t have any Cache plugin enabled.
3. You mean, the picture is resize to some other sizes even if you upload bigger images, Can you show us a link?
Thanks,
laranz.Hi,
Which theme version you are using? Can you show us a link?
Because if you put that shortcode in a page, it should render like this
http://aloeinfoworld.com/shop/ If you have thumbnail set in Production -> Categories -> Edit -> Add a thumbnail for products at least for parent product categories.
Let me know, what you got.
Thanks,
laranz.Hi,
1. All the parent categories will display there. Wallet is the sub category of Accessories.
2, 3, 4 No such options.You can find it here in includes\swift-framework\sf-content-display\sf-header.php sf_super_search is the function. But it is hard to tweak the settings.
I will forward this to the developer, and inform him about this features.
Thanks,
laranz.Hi,
Make sure the /home/blahblahblah/public_html/wp-content/plugins/oauth-twitter-feed-for-developers/.tweetcache this file is writable.
Let me know, what you got.
Thanks,
laranz.Hi Nick,
No all the page contents and your settings are there. The customization means the edits you made directly to the theme php files.
But before update the theme, it is recommended that, take a backup of theme options page. By Go to Theme Options -> Import/Export. After update if you lost your old settings you can export theme from the old setting.
If you made any code customization, it is recommend that you need to redo after the update.
Hope this helps.
Thanks,
laranz.Hi,
The mobile menu is created from the main menu, you don’t need to set any separate menu for that.
If you don’t want add this in custom CSS
.show-menu { display: none !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
It seems like the code is not displaying correctly here, follow this gist.
https://gist.github.com/laranz/a3a81cb3b65d04919194
Let me know, what you got.
Thanks,
laranz.Hi,
Can you post the URL of your website? and did you check it in any other browser in the same computer of yours.?
Thanks,
laranz.Hi,
You have to edit /includes/custom-post-types/portfolio-type.php via FTP; change line 29 from
'name' => _x('Portfolio', 'post type general name', "swiftframework"),
to
'name' => _x('Collections', 'post type general name', "swiftframework"),
Let me know, what you got.
Thanks,
laranz.Hi,
Glad 🙂
Let me know if you have any other questions.
Thanks,
laranz. -