Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Steven,
Is this your website ?
http://jaspersanders.com/beta/We have got the username and passowrd for this website. If yes, then there is no full access to your site. So its getting difficult to find what the exact issue is.
Please send full access username and password.Thank you!
Theme Horse Support Team
KeymasterHi Steven,
Yes you may try it.
Thank you!
Theme Horse Support Team
Keymasterhi John,
I think you set it from dashboard -> reading -> permalinkfrom there you can set it to page id or post id you want.
Yes after you set it to page name then it will not display in page_id so it gets error so if you want it again page id then you may change the permalink as default.
Thank you!
Theme Horse Support Team
KeymasterOk Cheers
Thank you so muchTheme Horse Support Team
KeymasterOk that’s great
Thank you!Theme Horse Support Team
KeymasterThat’s great
Thank you!Theme Horse Support Team
KeymasterOk You always welcome
Thank you!
Theme Horse Support Team
KeymasterHI Ben,
To display forum create a new page and add a shortcode in a page [bbp-forum-index] , Then this will display the forum title in title banner.
Forum have its own breadcrumbs if some one wants to go to the root topic they will have to click on forum breadcrumbs, the top page title banners breadcrumbs are of the site breadcrumbs and it is not for the forums topics. We don’t think that the breadcrumbs have some other issues.
About the margin we found that you didn’t update your style.css and still using the old version. Please update it. We have already written the CSS code to support bbPress forums.
Thank you!
Theme Horse Support Team
KeymasterHi Alfredo,
It may be your internet issue so you are getting the fatal error while trying to install the plugin.
I think your plugin is not properly installed so you are getting the admin crash. So once you delete the revolution slider plugin from your ftp
Go to wp-content -> plugins -> revolution-slider (delete it)We have attached the plugin(revolution slider) on the theme folder.
It is inside wp-content-> themes -> interface-pro-> inc -> plugins -> revsliderCopy this to your laptop / desktop and unzip it first and then after unzip this file you paste this inside
wp-content -> plugins folder
From the admin dashboard you activate it and it works
Thank you!
Theme Horse Support Team
KeymasterHI Nina,
Just send your username and password at [email protected] , We will fix your issue.
Thank you!
Theme Horse Support Team
KeymasterHI restorewellbeing,
Just send your username and password at [email protected] , We will fix your issue.
Thank you!
Theme Horse Support Team
KeymasterHi Dinara,
Try to add this code inside functions.php
function remove_comment_fields($fields) { unset($fields['email']); unset($fields['url']); return $fields; } add_filter('comment_form_default_fields', 'remove_comment_fields');
This may solve your problem.
We recommended not to change the code because if you change the code then while updating to our new version
all your customization code will be lost. So better make child theme and first unhook the functions and the
edit the code.
http://codex.wordpress.org/Child_ThemesThank you!
July 3, 2014 at 5:04 am in reply to: Right Margin moves below Main Content when viewed on laptop #11858Theme Horse Support Team
Keymasterhi ameetagarwal2010,
Did you solve your issue ?
Thank you!Theme Horse Support Team
KeymasterYou always welcome
Thank you!
Theme Horse Support Team
KeymasterHi Pep3,
The side bar is from theme folder -> inc -> widgets -> interface_widgets.php
The sidebar and widgets is displayed from this file.
Thank you!
-
AuthorPosts