Hi,
Sorry, I failed to see the link you have provided in your post. You could change the button color and font properties with a code like this for example
– https://www.screencast.com/t/84PrdYwgspX
You can change the properties as you need, and also add more
.more-link-wrap a {
color: red;
background-color:green;
font-size: 20px;
}
Here is a link to a guide that explains how you can use the browser inspector to create custom code, that you can use in the Theme panel->Custom Css
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please let me know if you need further help.
Thanks
Hi,
Please provide more details about these Continue buttons or a link to your website where they are present, for a more accurate solution.
The header style that the demo is using does not have a limit for the header logo. You can set any logo size you want, and it will be displayed as it is. This is the case for header styles 9, 10 and 11
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hi,
I have inserted the Visual composer Maps element in a post, and I have the same result as you. The sidebar is over the map
– https://www.screencast.com/t/32R1x2gBf0
– https://www.screencast.com/t/yQXyD4U7W
Try setting the row like this in the backend
– https://www.screencast.com/t/1EnKeVj29d
This should be the result
– https://www.screencast.com/t/D0ev1m7Tq
Thanks
Hi,
The error seems to be related to the big grid that is present on the page. But this big grid is displayed properly at this moment
– https://www.screencast.com/t/U9PgKY2y
There is no error at the top of the screen from what I can see.
Thanks
Hi,
1. That is an author box element, placed in the sidebar. Please go to Appearance->Widgets and customize the sidebar elements the way you want.
The author box will display the profile information of the corresponding user Id entered
– https://www.screencast.com/t/Bx9pxpvpZnZp
This Id can be found in different ways. Please follow this tutorial for more information about this, and also a forum topic
– http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
– https://forum.tagdiv.com/topic/author-box-5/
2. All the elements in the footer can be customized as well. The Instagram section can be disabled or customized here
– https://www.screencast.com/t/WuUfvAGqTcT
The footer template can be changed in the Footer settings
– https://www.screencast.com/t/twMtQVnpoqX
– https://forum.tagdiv.com/footer-templates/
Some footer templates come with predefined content. This cannot be edited, you can only add content along the existing one. Other templates are blank, and depend on the content you enter in the footer sections.
3. If you activated the mobile theme (which is an optional plugin) then a predefined layout will be displayed for the homepage, post page etc. If you would like to display the same content from desktop on mobile devices, simply deactivate the mobile theme plugin. The theme is fully responsive and will adapt for best results.
More about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. If you could provide more details about this it would be very helpful. That way we can better understand what exactly is not working for you with the menu. When the mobile theme is active you will have to set a different menu in the mobile theme section (appears when the plugin is active) of the theme panel
– https://www.screencast.com/t/z0SfQG6Bp
Menus on mobile are limited to drop-down menu style, there cannot be mega-menus on mobile.
5. You can edit the homepage with the tagDiv composer and add the content you want. This demo features the Revolution slider on top of the page, and a Latest articles section
– https://forum.tagdiv.com/page-templates-2/
The sidebar can be edited in the widgets section.
If you have a different problem please provide more details about it.
6. As it can be seen in the live demo, there are no sharing buttons near the slider
– https://demo.tagdiv.com/newspaper_blog_baby/
Maybe those belong to a plugin that you have installed.
7. You could choose a different style for the Social counter
– https://forum.tagdiv.com/social-counter-styles-on-newspaper/
Thanks
Hi,
1. There seems to be very big padding value set, causing the blank space below the video
– https://www.screencast.com/t/HMc2ifaPW1E5
That padding does not come from the theme. Maybe you are using a plugin for the video, and that could be adding the Css there. This inline important condition cannot be overwritten. You could try a negative margin code like this, as a quick fix
– https://www.screencast.com/t/iwZvRhugqf
.page-id-111
.fluid-width-video-wrapper {
margin-bottom: -300%;
}
2. The Revolutions slider that is provided in the theme package does not need to be activated. Simply install it and use it
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Sliders from the demos can be imported and used. They are included in the theme bundle.
3. I could not make any recommendations in this matter. You can try a few plugins and see which one may be the best for your website. Maybe other users can share their solution or plugin solutions.
You could try something as simple as this
– https://en.support.wordpress.com/google-maps/
Thanks
Hi,
Please check the theme system status section and see if the parameters are set according to this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient PHP memory can be the cause for the theme panel saving issues. Make sure that the WordPress and server parameters are as recommended, and then check if the problem is solved.
Thanks
Hi,
At the moment it seems that the content is displayed on mobile
– https://www.screencast.com/t/Q6V0Ks6t
– https://www.screencast.com/t/eD301LifVv
Please note that if you have activated the mobile theme plugin, this will not display the same content from desktop. Content for the mobile pages must be entered through the mobile page editor. Elements from the composer or other complex elements will not be displayed.
More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is optional, you can simply deactivate it. Then the same content that you have on desktop will be displayed on mobile devices. The theme is fully responsive and will adapt for best results on mobile devices.
Thanks
Hi,
You can use the forum to post topics, and we will try our best to help you. The forum is also a huge resource of knowledge, you can search through all the topics as well.
Regarding custom ads you can check the theme documentation
– https://forum.tagdiv.com/custom-ad-spots/
There you can see (on the left sidebar section) all the available theme options regarding ads.
When it comes to plugins, please note that not all of them are fully compatible with the theme. Some may not work properly and some might. Please follow the plugins installation guides if they are available.
If the theme options are not sufficient for your ad requirements and the plugin you mention is not working properly, you could use the Adrotate plugin. Many users have this plugin and are using it without any issues.
Thanks
Hi,
The code should be like the one below. Then the “Gallery” category tag will not be displayed on the posts, in the post page
Before – https://www.screencast.com/t/CCjoI3VWZKGl
After entering the code in Theme panel->Custom Css
– https://www.screencast.com/t/Qs4hletLAA1Y
– https://www.screencast.com/t/MsOGbPqoWv
.single
.td-post-title
.td-category
a[href*="gallery"]{
display: none;
}
Thanks
Hi,
If you are using the mobile theme plugin, then you must enter content for pages in the mobile editor as well
– https://www.screencast.com/t/8hyEtiSxyZ
– https://www.screencast.com/t/Kt2MhzgKJZGE
If you are not using the mobile theme, then the same content form desktop will be displayed on mobile devices as well.
More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
This is a unusual issue you are having. Inspecting your website the Twitter card is set as intended, but the validator is not picking it properly
– https://www.screencast.com/t/T8ikM0lSw5J
– https://www.screencast.com/t/rOmKOU2sjgc9
Instead of the image with summary, it detects only summary. Also there is no description present, and that is causing an error from what I can tell.
I have found some possible causes for twitter sharing not working properly, that might be useful in this case
– https://dev.twitter.com/cards/troubleshooting
Thanks
Hi,
I have inspected some of your posts, but I cannot see a problem with the post content
– https://www.screencast.com/t/0QKs1tgFJoS
– https://www.screencast.com/t/3bANhLNUizLc
– https://www.screencast.com/t/GEAtJu8xS
For me it is loaded properly from the beginning. Please correct me if I misunderstand.
Thanks
Hi,
That could also be related to those requirements. I have tested the theme export/import and it is working properly
– https://forum.tagdiv.com/import-export-theme-settings/
After you manage to configure them as recommended, then everything should work. There should be no problem installing a demo, or using the export/import feature.
Please let us know if you still have a problem after these changes.
Thanks
Hi,
You could remove the social media that you want from this file in the theme
– https://www.screencast.com/t/NhmJJ8djGuN
They will be removed from the profile page and also from the theme panel, social networks section.
Please correct me if this is not what you wanted, or I misunderstood.
Thanks
Hi,
You can display a sidebar in the page, by simply splitting a row like this
– https://www.screencast.com/t/PGYZ4mhk
And add content to the main section and the sidebar.
Or use a Widget sidebar element in the same row layout, like this
– https://www.screencast.com/t/jSMRVYrL
– https://www.screencast.com/t/HoOynvH7L
And choose from your existing sidebars, in which you can add content in the widgets section. More information about creating a sidebar that you can customize with widgets here
– https://forum.tagdiv.com/sidebars-tutorial/
Also more about using tagDiv composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
Replied in your other topic.
Thanks
Hi,
The mobile theme plugin is optional. You can choose not to use it, the theme is already responsive and will adapt to every device for best results.
More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
The gradient color background or image for the menu on mobile , should not prevent the use of the menu.
If you are not using the mobile theme the background color and other menu elements can be changed here
– https://www.screencast.com/t/GqJxA03KKgZ
Or the background image here
– https://www.screencast.com/t/INz7xPr2NGj
When the mobile theme plugin is active, a mobile section will be displayed in the theme panel. There you can customize the background color or image as well
– https://www.screencast.com/t/Ic49j0Ta
If you have a problem using the menu on mobile, it would be helpful if you could provide a link to your website so we can inspect the issue.
Thanks
Hi,
That could be the reason why this is happening. Try changing the text color there and see if the problem is fixed, if you didn’t already. Then there would be no need to use the code and override that font color.
Thanks
Hi,
More customization options for the Related articles section may be added in future theme updates, but I could not say when exactly this will happen. At the moment those are the only settings in this regard.
Thanks
Hi,
Thew theme does not have a setting that could affect that. It is strange that by resetting the whole theme panel the field is displayed. All the post settings are in the theme panel, but I could not say if one of them could be responsible. Try enabling or disabling them, and see if this has any effect. Or changing the post template.
Maybe it is a caching issue. Try clearing any caching installed, and see if the restriction appears on the post.
Thanks
Hi,
Please check the theme system status section and make modifications to the parameters mentioned in this guide, if necessary
– https://www.screencast.com/t/0W836PyW
– https://forum.tagdiv.com/system-status-parameters-guide/
These server and WordPress files should have the recommended values for the proper functionality of the theme. If you cannot make these modifications, you could ask your hosting to do them for you if possible.
Thanks
Hi,
This is most likely related to the theme system status. The server and WordPress parameters mentioned in this guide need to be as recommended for the best functionality of the theme
– https://forum.tagdiv.com/system-status-parameters-guide/
It is a requirement of the theme. There are functions require those parameters as specified. Installing demos is one of them.
If you cannot edit the files, there has to be someone from the hosting that should have access and can help you.
Thanks
Hi,
I believe that the videos that you use in the playlist need to be set to public videos. This is needed in order for the playlist to display them, regardless of the domain exceptions.
Thanks
Hi,
The Related articles section displayed on post pages will filter the posts by same category or same tag
– https://forum.tagdiv.com/related-articles/
There is no option at the moment to exclude a particular category from this section, the posts displayed will be from a common category or tag with the post that you are on.
Thanks