Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHi,
We don’t offer customization support but still we can help you.
Edit the skeleton.css and find the css media queries with viewport width. Viewport width is equal to Phone screen size. Using that you can hide the sidebars.
To do that, Add the following code in that file in the respective block,
#sidebar, #footer-blocks{
display:none;
}Raja CRN
KeymasterHello,
You can choose the different sidebars for every category in Categories Admin Page. Just Go to WP Dashboard > Posts > categories. There you can choose the sidebar. You can also create your own dynamic sidebars using ThemePacific Theme Panel(Madura).
Thanks.
Raja CRN
KeymasterFor that You have to edit the footer.php file and delete the following code,
<?php echo bloginfo( 'name' ); ?>Raja CRN
KeymasterHello,
In WP Dashboard, Go to the Madura > General Settings > Footer Text. There you can change the footer text.
Raja CRN
KeymasterHi,
We’ve checked one of your post, Facebook share button picks the correct picture. We can’t figure out your issue. Facebook share works without any issues 🙂
Thank you.
Raja CRN
KeymasterThank you @Dragan for sharing your tips. That should work. However, the the Facebook share button shouldn’t pick the wrong one. Could you please share your URL?
Raja CRN
KeymasterHi,
You have to edit the skeleton.css file and add the appropriate background styles in that file. It requires some time to test the result. You can add the code in media queries that affects the mobile phone styles. Hope you can do it.
Thanks.
Raja CRN
KeymasterHi,
install the Jetpack Plugin and activate the infinite scroll module. The older posts will appear automatically.
Raja CRN
KeymasterHello,
We’ve checked your site. Since, you have reduced the width of the layout, these issues will arise. The customization has done by you only affecting the main layout width. You have to take care of the footer and inner elements.
1. In skeleton.css, change the .container .eleven.columns{width:629px;}
2. In style.css, change the width of .footer-block3 {width:310px;}Thank you.
Raja CRN
KeymasterDid you update the plugin to latest version? if not, please download theme package from your account and get the updated Plugin.
Raja CRN
KeymasterHello,
Send Your site details. We’ll check your live site and will give you solutions.
Thanks
Raja CRN
KeymasterHi,
In the Theme options > styling > custom css, add the following code,
.tpcrn_r_p_list {
width: auto!important;
}Letme know, it fixes the issue
Thank you.
Raja CRN
KeymasterYes, We’ll add that. Thanks for your suggestion.
Raja CRN
KeymasterHi,
Download the theme package from your Account. The Updated Plugin has been added with that.
Thank you.
Raja CRN
KeymasterHey,
You have disabled the footer widgets in Theme Options page > General settings. We’ve enabled that, now your widgets will be displayed.
-
AuthorPosts
