Forum Replies Created
-
AuthorPosts
-
Hi,
Issue have been resolved. Kindly check and confirm.
Regards,
DaveApril 17, 2025 at 1:40 pm in reply to: Adding a custom social media icon in the social icon section #229207Hi,
We check, and this is not a theme issue; it’s a plugin-related error. Kindly deactivate all plugins, and after deactivating the plugins, clear the browser cache and check and ask about this error to the plugin provider. If this error is showing after deactivating all plugins, please share a screenshot and login details.
Regards,
ChrisHi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveHi,
Issue have been resolved. Kindly check and confirm.
Regards,
ChrisHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:1024px) and (max-width:1290px) { .slider-main .nivo-caption .title { font-size:50px; padding-bottom: 0px !important;} .slider-main .nivo-caption { top:82% !important;} .logo img { height: auto; width: 75%;} }
Regards,
DaveHi,
1. The themes overview shows “Newspaper Pro updatet April 2025”. I use already 3.0 (from last year) – are there any new functions?
Ans: We haven’t made any major updates. If you want to use the updated theme, you can use it. If you would rather not use the updated theme, there is no issue.
If you want to use the updated theme? Kindly take a backup of your current one first, then update.
Regards,
ChrisHi,
We forgot to provide the code of function.php file, Kindly add this code in function.php file.
// WordPress wp_body_open backward compatibility if ( ! function_exists( 'wp_body_open' ) ) { function wp_body_open() { do_action( 'wp_body_open' ); } }
Kindly add given code in “header.php” file below this
“<body <?php body_class();?>>”
Add this code :
<?php do_action( ‘wp_body_open’ ); ?>
Regards,
ChrisHi,
Kindly add given code in “header.php” file below this “<body <?php body_class();?>>”
Add this code : <?php do_action( ‘wp_body_open’ ); ?>
Regards,
ChrisOk cool.
Regards,
DaveYou are welcome 🙂
Regards,
ChrisHi,
Do you want to change the footer menu?
Kindly refer to our documentation on how to change the footer menu. 👇
https://sktthemesdemo.net/documentation/newspaper-doc/#footer-section
Regards,
ChrisHi,
Footer / importent links (Wichtige Links), 1.st row: how can I change these links? some are old.
Ans: I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in https://imgbb.com/ and share the link here.
Regards,
ChrisHi,
1. I would like to remove the upper navigation bar where it says the contact e-mail address and the contact phone number. To give an example from the demo website, the upper navigation bar says ‘[email protected]’, ‘(800) 323 456 897′ and ’24/7’. Could you tell me where I can do this?
Ans: This is already done.
2. Whenever I publish any changes on the website, I can see the changes live instanteneously on the website on the device that I am logged in on. For example, if I am logged in on WordPress on a laptop, I can see the changes live as soon as I publish them. If I look at the website on a different device, such as my mobile, I cannot see the changes live right away. It takes hours for me to see the changes live, meaning that also to my customers it takes very long to see any changes performed. It did not use to be like this. Can you think of any reasons for this and help me with this?
Ans: This problem could be due to cache. Kindly clear the cache after doing any changes on the website.
3. I am having issues with the hamburger menu on mobile. The three last items on the menu do not show when the menu is opened. Whenever a user tries to scroll down to see the full list of items, the menu gets stuck and the last three items cannot be accessed at all. Could you help me solve this?
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .header .header-inner .nav ul li a { padding: 2px 10px !important;} }
Regards,
DaveHi,
Kindly send us full access of admin details. We are unable to edit and save the files.
We are getting this message 👇
moz-extension://c2b51319-0f50-419b-80ef-b8f3f2f04264/edit.html
Regards,
DaveHi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.product-cat-box { min-height:380px;}
Regards,
Chris -
AuthorPosts