Hi,
If you would search for similar topics in the forum you could have know why the issue happened. There are a considerable amount of topics in the matter.
Basically there were changes made by Instagram in their code, we quickly provided solutions
– https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/
Make the needed modifications for the Instagram widget or social counter and everything will work as before.
Thanks
Hi,
I have inspected the website you mention, the search works for me
– https://www.screencast.com/t/onPSYBLF
– https://www.screencast.com/t/U3ZDISWSL
The theme uses the default WordPress search functionality so there should be no problem with it.
Thanks
1/2. You can use a child theme safely with the Newspaper theme, as long as it is the one provided in the theme package
– https://forum.tagdiv.com/whats-included/
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
What I was trying to say is to not use a different child theme name. WordPress recommends that the main theme name should be used with a “-child” append
– https://codex.wordpress.org/Child_Themes
Changing the child theme name may cause issues with the theme, please try not to change it.
3. We have not made any tests in the matter up to this moment unfortunately, most users who changed the child theme name have reported issues and reverted to default name to fix them. There were issues with the theme panel, multipurpose plugin etc.
4. So deactivating the child theme did not solve the panel problems. Please check the theme system status parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed. Additionally deactivate all other plugins as a quick test, leave only theme plugins active. Check if this has any effect.
If there is still an issue, please send us an email at contact@tagdiv.com and provide admin login as well as FTP and cPanel access. We will take a look. Include a link to this topic in the email.
Make the change in this file (demo_style.css) no need to do in other files. So changing the color here for example will affect the module titles
– https://www.screencast.com/t/0q5Gn2ZU3OO
Or you can remove that code
– https://www.screencast.com/t/X6vGjT08pJuy
Then the situations mentioned above will apply, either theme accent color or block individual settings.
So all you want to do is to set a darkgrey color for the form text like this
– https://www.screencast.com/t/dwlkU3ipqGG
This would be the code for that
div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
color:darkgrey;
}
You can chnage the color if needed. Let me know if need to customize the form further.
I believe Google does not cache stylesheets, found some related topics here
– https://webmasters.stackexchange.com/questions/112434/does-google-care-about-cached-versions-of-site-having-stylesheet-and-javascript
– https://webmasters.stackexchange.com/questions/112434/does-google-care-about-cached-versions-of-site-having-stylesheet-and-javascript
All the header styles have a white background by default, set here
– https://www.screencast.com/t/O4vBz904YPl
The top menu black background color is set here (in the plugin not theme)
– https://www.screencast.com/t/QEHlSCbf50
The black color of the menu items is set here
– https://www.screencast.com/t/QyjfkWMXZI
The hover color or line displayed below the menu items when hovered is here
– https://www.screencast.com/t/8NQxEFtsNx
Let me know if you need more help with this.
@Alicegreentree For the widget (and footer Instagram) the modification will have to be made to a theme file
– https://www.screencast.com/t/aarFvKbNg
You will have to edit that theme file and remove all the code in it, replace it with this one
– https://pastebin.com/yrr2DdwB
You can use FTP to do that
– http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
For the social counter, you have to edit a file from the plugin. You could use even the WordPress plugin editor
– https://www.screencast.com/t/z3tpYife1J
Replace the selected code with the one provided in the pastebin
– https://pastebin.com/8p6r7TDh
Then the counter will work as before.
After making these changes be sure to clear the cache and CDN if used.
@lchfdieta The account seems to be private, the images will most likely not be displayed if the account is private
– https://www.screencast.com/t/ETwoLLF9
It has to be public in order for the images to be pulled.
@Talent10 The widget will refresh every 3 hours, so there could be a different issue. Please provide a link to your website and we will take a look.
Hi,
Try clearing the cache, that would be a suggestion you could try. The counter seems to to be configured properly. As long as all the necessary information is entered the counter should work
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
– https://www.screencast.com/t/p0YA0ejRYG0
Thanks
Unfortunately there is no such list at the moment, we will try to add more documentation in the future for this and other elements. Basically part of the settings from the Layout, Style and CSS tabs can be customized by viewport.
Only the flex block has a setting for the category tag color, other block do not have such an option at the moment. It could be added later. The category tags in all the other blocks is a default color
– https://www.screencast.com/t/aI6Tx9uNhK
While the hover color will be the theme accent color or block title text color if set. You could only chnage the color of them with CSS if needed
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
You could install the demo and then simply replace the image used by it with your own. Or you could set the image without installing the demo.
Because you are using multiple block header styles this will require a code for each block template used, a general one will not work. For example the crafts demo uses block header template 6 and a general code for all the title backgrounds, it is easier that way.
Hi,
You could try to regenerate the thumbnails, using this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
This will recreate the thumbnails. Then clear all caching and CDN and check the results.
Basically as long as the source images are of quality the thumbnails will be of quality as well
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The live demos use higher quality images
– https://demo.tagdiv.com/newspaper/
Let us know the results.
Thanks
Hi,
That column in the posts screen is added by the theme, it will show the views for each post as long as the post views are active in the theme panel
– https://www.screencast.com/t/nyMDnUjqMxuL
So if the views are active the count will work
– https://www.screencast.com/t/zxlutEld
– https://www.screencast.com/t/f0yQWZdKM
Thanks
@Irreverent Gent I couldn’t find anything more online, not so many similar problems are to be found. Everybody mentioned that by configuring it properly there is no problem
– https://kb.yoast.com/kb/pinterest-does-not-display-rich-pins/
Maybe you can find more online or double check all your settings, there might be something you missed. If you find a solution please post it here as well.
@epickenyan I have tested one of your posts and indeed it seems the image is picked up but not displayed in the board. Testing with the Facebook debugger there are no problems. Also I can’t find many similar cases online. Maybe some other users might now what would be the issue and mention a solution.
HI,
The post content width with a sidebar is 696px so an ad of a higher dimension might not display or be reduced. Maybe that is what is causing the issue with the top ad, you could use an ad of that size or with a max width of that size (696px). If you could provide a link to your website where the inline ad is displayed I will take a look and try to set a margin or padding as you wish.
Thanks
Hi,
I could give you a code for that as well, I thought that maybe the plugin has settings of it’s own. The result would be like this
– https://www.screencast.com/t/eXydrjlR
.temtitle h2 {
font-family: Bitter;
font-size: 16px;
margin-bottom: 26px;
line-height: 25px;
text-align: left;
}
Thanks
Hi,
There is a plugin provided that may help with render blocking, the tagDiv speedbooster plugin. But this plugin will not work when it detects other plugins installed then a predefined list
– https://forum.tagdiv.com/how-to-make-the-site-faster/
There is a solution to disable that check and making further tests
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Disabling it could break plugin functionality that is why it was implemented. But that may happen with other page speed tools. You could make tests with it, or try other optimization methods or solutions online. There are many speed guides provided bu theme users, here in the forum
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
That could be caused by insufficient resources, the theme has some requirements for the server and WordPress configuration
– https://forum.tagdiv.com/system-status-parameters-guide/
Check the theme system status and ask your hosting provider to increase the allocated resources, then check the results. Let us know.
Thanks
Hi,
The news ticker currently has an issue where the text color is no applying
– https://forum.tagdiv.com/topic/can-not-change-newsticker-text-color/
That issue could be caused by the browser cache, in most cases that was to blame. So please try to clear the cache of the browser where the issue is present. or it could be caused by browser extensions.
Check in a different browser if possible as a test and see if there is still an issue.
Thanks
Hi,
Now you can install a demo if you wish, as a quick start
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
– https://forum.tagdiv.com/installing-demos/
The tagDiv page builder and multi-purpose plugin will allow you to create pages
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://www.youtube.com/watch?v=C0ARTSimnUY&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&index=4&t=25s
Let us know if you have more questions.
Thanks
Hi,
The theme already has a digg share button on posts
– https://www.screencast.com/t/6G6SYmX6sF
– https://www.screencast.com/t/LeaXmhH6j
Thanks
When active the Visual composer will appear in the dashboard as well as in the page edit screen
– https://www.screencast.com/t/YlVoZYncD
– https://www.screencast.com/t/xXRGpIExgD
The tagDiv composer will appear for admins either when creating/editing a page
– https://www.screencast.com/t/Hk5oeLDzDHy
When viewing the pages screen, for each page
– https://www.screencast.com/t/5ismLSF7Mbw
Or in the admin bar when viewing a page
– https://www.screencast.com/t/Fni36pK2O
If it does not appear in these locations try to deactivate all other plugins except theme plugins, see if this has any effect. Let us know the results.
Hi,
The sidebar will act as a whole section, you can either make it all sticky or not at all. Only on pages you can control what sidebar is sticky, since it is required to enter a specific class to the column, see bottom section of this guide
– https://forum.tagdiv.com/smart-sidebar-2/
Plugins may interfere with the theme smart sidebar options and cause issues, we cannot make any recommendations in the matter unfortunately. We have not tested such plugins. Sorry if this is an inconvenience for you.
Thanks
Hi,
The theme width is fixed, a general width setting is not available and it is not recommended to make changes to it. On pages you can widen the content if necessary by stretching the rows or using full width grids
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also a website background image or color can be set, but take note that this will make the website boxed
– https://forum.tagdiv.com/background-introduction/
Thanks
Hi,
The header has options to set a top bar (containing a menu, socials etc) a main header menu, a logo and a banner (advertisement). There are multiple header styles to choose from, each with a different design
– https://forum.tagdiv.com/header-styles/
– https://forum.tagdiv.com/logo-favicon/
If these are not sufficient for you, and you want to do something in addition please provide some more details and I will try to help you if possible. It may require modifications to the header template files of the theme.
Thanks