solwininfotech
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog Designer] Cannot activate plugin – error msg insideas its no reply from your side about your issue solved,
I assume that it might be solved, so closing this thread.Forum: Plugins
In reply to: [Blog Designer] Remove "read more" button/windowIn your theme’s style.css file, add the following lines.
.classical a.more-tag
{
display:none;
}Forum: Plugins
In reply to: [Blog Designer] Cannot activate plugin – error msg insidehere is solution….
function name ‘custom_excerpt_length’ in our plugin is conflicting with your theme’s function.In our plugin’s “blog-designer.php” file, do the following changes.
1) rename the function name
‘custom_excerpt_length’
with
‘custom_excerpt_length_blog’.2) replace line
add_filter(‘excerpt_length’, ‘custom_excerpt_length’, 999)
with
add_filter(‘excerpt_length’, ‘custom_excerpt_length_blog’, 999)Thanks
Forum: Plugins
In reply to: [Blog Designer] Fatal error when changing font colourHope your issues solved, as no reply from your side since long.
So we are closing this thread.
ThanksForum: Plugins
In reply to: [Blog Designer] Fatal error when changing font colour@seanuk89, its not possible to post here details and its not good.
we had shared contact detail here but as per guide line its not allowed and removed immediately.
can you provide your error log to check.
Also i can find us on our website, if nothings works for you.Thanks
Sorry for late reply. Make sure you have not selected blog page as posts page. If you select blog page as posts page, then wordpress do not allow to use plugin shortcode in blog page. So as per your site setting, you should select ‘about us’ page as front page and not select any page as posts page.
Sorry for late reply. Make sure you have not selected blog page as posts page. If you select blog page as posts page, then wordpress do not allow to use plugin shortcode in blog page. So as per your site setting, you should select ‘about us’ page as front page and not select any page as posts page.
Forum: Plugins
In reply to: [User Blocker] Block Message does not appearno reply from your side.
looks like your issued solved.
ThanksHi KenDLP,
After more testing we found minor bug. We have fixed it and updated code.
Please use latest version.
Thank you for pointing out issue.Forum: Plugins
In reply to: [Blog Designer] Fatal error when changing font colourWe are not getting this issue. Can you please give us your site access? so we can check what exactly causes issue.
In which page you have added the shortcode [wp_blog_designer]?
As per your problem, I think You have added this shortcode in about us page. Add this shortcode in blog page.
Remove blog page from posts page under reading settings of wordpress admin side.
Also add about page as static first page. (Which already there in your site).Forum: Plugins
In reply to: [Blog Designer] Fatal error when changing font colourIn Blog-Designer plugin, we have not used function get_page_permastruct().
So may be this error is generated from your theme or other plugin. Also let us know what you have done to change content color. Have you just made change in css?
Forum: Plugins
In reply to: [Blog Designer] FontHi Labianco,
reply:
Currently our plugin has no facility to change font of title.
But here is a tip to change font family of title in your theme.
Add following code in your theme’s style.css.`.blog_header h1 a
{
font-family:’your font family name’;
}Thanks
Hi KenDLP,
for others its working fine. If you can provide link to your site then we can check and reply on possible cause of issue and can fix it for your site.
Thanks
Forum: Plugins
In reply to: [User Activity Log] Plugin disables widget savingHi Gregy1403,
we have fixed bug and uploaded new version.
Please install new version and enjoy.
Let us know if you face any issue.