Forum Replies Created
-
AuthorPosts
-
nirav
KeymasterHello There!
Greetings of the day!
Could you please share with us your admin credentials or provide us temporary admin login details on [email protected]? We will update the code and will make sure you don’t face any issue with this.
Thanks and Regards,
Team ProDesignsDecember 20, 2019 at 5:33 am in reply to: Can I make the next/previous post be in the same category as the current post? #13808nirav
KeymasterHello Katie,
Greetings of the day!
Add below code
if ( 1 == $show_nav ) : ?> <div class="alignright"><?php next_post_link( '%link', 'Next post', TRUE ); ?></div> <div class="alignleft"><?php previous_post_link('%link', 'Previous post', TRUE); ?></div> <?php Endif;
In place of this code
if ( 1 == $show_nav ) : the_post_navigation(); endif;
Hope it will work for you.
Regards,
Team ProDesignsnirav
KeymasterHello there,
Greetings of the day!
The Error, Search Console is showing is because of the updates done by Google in a structured data format. To resolve the error, you may need to update the same for your website.
Please have referred this link to have a better idea about the structured data.
After updating the structured data, please make sure to check it in Structured Data Testing Tool and once there is no error, please update it for your website.
Regards,
Team ProDesignsnirav
KeymasterHello @techpartner,
Greetings of the day!
The Error, Search Console is showing is because of the updates done by Google in a structured data format. To resolve the error, you may need to update the same for your website.
Please have referred this link to have a better idea about the structured data.
After updating the structured data, please make sure to check it in Structured Data Testing Tool and once there is no error, please update it for your website.
Regards,
Team ProDesignsnirav
KeymasterHello @rongxau, @techpartner, @LPerderiset,
Greetings of the day!
The Error, Search Console is showing is because of the updates done by Google in a structured data format. To resolve the error, you may need to update the same for your website.
Please have referred this link to have a better idea about the structured data.
After updating the structured data, please make sure to check it in Structured Data Testing Tool and once there is no error, please update it for your website.
Regards,
Team ProDesignsDecember 19, 2019 at 5:47 am in reply to: Can I make the next/previous post be in the same category as the current post? #13784nirav
KeymasterHello Katie,
Greetings of the day!
It might be helpful.
<?php next_post_link( '%link', 'Next post in category', TRUE ); ?> <?php previous_post_link('%link', 'Previous in category', TRUE); ?>
Please refer this link for more details.
Please let me know in case you need more help!
Thanks.
nirav
KeymasterHello Marion,
Greetings of the day!
We have checked the website but was not able to find the sidebar. Would it be possible to share with us the screenshot of the same on [email protected]? It will help us to provide you the time and cost of the custom slider development.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Cristian,
Greetings of the day!
You can add the same widget below the advertisement to add another section but you need to add additional code to make it properly visible as it is not part of the core theme.
Hope this helps!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There,
Greetings of the day!
Please paste the below-mentioned code in the Blog Inn’s functions.php file.
/* * Enable support for custom logo. */ function theme_setup_cust_logo(){ add_theme_support( 'custom-logo', array( 'height' => YOUR_LOGO_HEIGHT, 'width' => YOUR_LOGO_WIDTH, ) ); add_action( 'after_setup_theme', theme_setup_cust_logo',20 );
Logo with the bigger size might affect the look of your website menu that’s the reason we have given the fixed size for the logo.
Hope this helps.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Intered,
Greetings of the day!
You can set the header title (H1 tag) from the admin panel.
Please follow the below steps to add the H1 tag.
- Login to admin panel
- Go to Appearance >> Customize >> Theme Options >> Header Options
- Enable by clicking on “Show Header title” checkbox
- Add title under “Header title text” textbox
Hope it will work for you.
Regards,
Team ProDesignsDecember 17, 2019 at 1:08 pm in reply to: Image gets blurrier in blog post when reduce dimensions #13748nirav
KeymasterHello There!
We are very sorry for the late response.
We have sent you an email, so please have a look and feel free to get in touch in case of any other query.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
We are very sorry for the late response.
We have sent you an email, so please have a look and feel free to get in touch in case of any other query.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
We have forwarded these details to our technical and SEO team, we will get back to you ASAP.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
We have forwarded these details to our technical and SEO team, we will get back to you ASAP.
Have a great day ahead!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
We have forwarded these details to our technical and SEO team, we will get back to you ASAP.
Have a great day ahead!
Thanks and Regards,
Team ProDesigns -
AuthorPosts