Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterFor that, You have to edit the social icons widget and add necessary code. We’ll update the theme with Pinterest icon in next version.
Thanks.
Raja CRN
KeymasterHello,
Sent your blog details with temporary username and password. Our support person will install the theme for you.
Use Set as Private reply
Raja CRN
KeymasterYes, We have included that feature in our Madura Mag Theme but not in this theme. It requires more some WordPress knowledge to customize that theme to include the sliders in all categories.
Raja CRN
KeymasterHello,
Go to https://developers.facebook.com/docs/plugins/share-button/ to get the script for Facebook share button
Then, Put the following code in the single.php Share section,
<div class="tpcrn-shr-post">Raja CRN
KeymasterHello,
There’s no issue with the theme. Your child theme has missing some stylesheets. Read this topic to create the correct child theme for BresponZive pro, http://themepacific.com/support/topic/create-a-child/
Thanks.
Raja CRN
KeymasterThat’s great.
Did you follow the last step?
In header.php uncomment the nav menu section (the sample code above). Don’t remove the code, just remove that slashes.
Raja CRN
KeymasterHello,
Just add the
'topNav' => __('Top Menu','silvermag' ),inside the array like below the ‘mainNav2’Raja CRN
KeymasterYes, The top menu has been removed to accommodate the ticker. To balance that, We have added the secondary menu 2.
Now, You have to add the below code in functions.php file in the Nav menu section,`
register_nav_menus( array( 'mainNav' => __('Secondary Menu','silvermag' ), 'mainNav2' => __('Secondary Menu 2','silvermag' ), 'topNav' => __('Top Menu','silvermag'), ) );After that turn off the Ticker and uncomment the Top Nav Menu in the header.php file,
//wp_nav_menu(array('theme_location' => to wp_nav_menu(array('theme_location' =>Hope you can do this without any issues.
Thanks.. Before that backup your files for safety measures.
June 20, 2014 at 10:04 am in reply to: Article Category Description on specific category archive #3367Raja CRN
KeymasterHello,
To add the category description in your blog, You have to add the following code in the includes > blog-loop.php > in the else section,
<?php if (is_category() && category_description() ) { ?> <?php echo category_description(); ?> <?php } ?>Thanks.
Raja CRN
KeymasterHello,
We are checking Your site. Change it to BresponZive.
Thanks
Raja CRN
KeymasterHello,
Let me answer your questions one by one,
1. The problem may be in your browser settings. Try a different browser, or clear your cookies and browsing data from your browser. Theme has nothing to do with the sessions. If the problem persists, login from the regular Login URL and reply here with your Temporary username and password.
2. Use the regenerate plugin to resize the image to match theme layout. More info: Read our FAQs http://themepacific.com/faqs/
Thanks.
Raja CRN
KeymasterHello,
1. To remove the Footer credit, you have to enter any text in the Theme options > General > Footer Text area.
2. To get the custom theme skin, you have to edit / Create theme skin CSS file. We’ll show you the easy way. Edit the existing theme skin to get a custom skin. For example, Open the orange.css file and change the color orange to your custom color. After that choose the Orange theme skin in theme options. You will get your custom skin instead of orange skin.
To edit the skins, go to Theme Folder > CSS > Skins.
Hope you got this.
Thanks.
Raja CRN
KeymasterYes, You can do that.
Raja CRN
KeymasterHi,
To fix that, Go to specific category Page (Posts > Categories > YOUR CATEGORY > Edit)in WP Admin area. Choose the category color for the category.
Raja CRN
KeymasterHi,
Add the following code in the Theme Options > Styling > Custom CSS to raise the height.
.breaking-ticker .container a.news-item { height: 40px; font-size:22px; line-height:38px; } .breaking-ticker span{ padding: 16px; }AuthorPosts
