Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

I could not say for sure if that element will be subject to change in a future update. At the moment the method provided above would be the only way of removing the placeholder text. Sorry for any inconvenience caused.

Thank

Simion C.
tagDiv Staff

Hi,

That is the Craft ideas demo that you have installed. This demo has some design and styling placed on the Read more button, most demos have unique custom design for theme elements.
This design for the Read more button could be removed directly in the demo stylesheet
https://www.screencast.com/t/m4yOsatBG83W
That would cause the button to look like this
https://www.screencast.com/t/jGKjA4OR5nP
Or I could give you a code to override the current styling with something like you mention. Something like this for example
https://www.screencast.com/t/XX9nP2k833U
This is the code used in the example, if you choose to use it enter in in Theme panel->Custom CSS section

.td-craft-ideas .td-read-more a {
background-image: none;
color: black!important;
border: 1px solid black;
}

Please let me know if you would lie the button to be different, and I will provide you with a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

The ads seem to be displayed on the homepage as well at the moment
http://prntscr.com/gtjp2v
For Adsense ads you just have to enter the code in theme panel section you want, and the theme will display it
https://forum.tagdiv.com/ads-adsense-overview/

Thanks

Simion C.
tagDiv Staff

Hi,

Best you try a search plugin, that you might be able to place on pages. Or try it as Chris suggested
https://www.screencast.com/t/S7ozX5aFDY
https://www.screencast.com/t/bbNDG663y
Or like this with the same result
http://www.wpbeginner.com/wp-tutorials/how-to-add-search-form-in-your-post-with-a-wordpress-search-shortcode/

Thanks

Simion C.
tagDiv Staff

Hi,

That would the only way of doing it. Those images are used from that theme folder, when there is not featured image set for posts. Replace them there and your custom image will be displayed. Remember to use same size, name and format for the replacement images.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website, and I see the issue. Please check all the theme panel custom code fields and the analytics field as well for suspicious code
https://www.screencast.com/t/fwxIM7oRsi
Use the useful resources and suggestion from these topics
https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
https://codex.wordpress.org/Hardening_WordPress
Scan the website and database for malware as shown. Remove all plugins, reinstall only theme plugins provided in the official theme package.
And make sure you use the latest version of WordPress.

Thanks

Simion C.
tagDiv Staff

Hi,

The top menu can be disabled in the theme panel
https://forum.tagdiv.com/top-bar-templates/
If there is not header main menu, a text will be displayed prompting you to create or select one
https://www.screencast.com/t/N2Y4qvS5
That text could be removed from these files if that is required
https://www.screencast.com/t/wDGenexT0br8
https://www.screencast.com/t/eQ166pOOv
The footer menu can be disabled in the thee panel as well
https://www.screencast.com/t/Mft27R1ASG

Thanks

Simion C.
tagDiv Staff

Hi,

If deactivating it normally causes a white screen, try removing it manually through FTP or Cpanel. Remove also other plugins that might require Buddypress. This is the official uninstall guide for it
https://codex.buddypress.org/getting-started/deleting-buddypress/

Thanks

Simion C.
tagDiv Staff

Hi,

The regularly tested plugins are these
https://www.screencast.com/t/QlOvZWLm2
That does not mean that others will surely not work. You can install other plugins normally and try them, for the things you need.

Thanks

Simion C.
tagDiv Staff

Hi,

As explained above the theme provides a top menu and a main menu, both in the header of the website. There is also a footer menu.
https://forum.tagdiv.com/top-bar-templates/
https://forum.tagdiv.com/main-menu/
These are the available menu options. Anything else will require theme modifications through code as shown above, or maybe try and do it through a plugin that has this capability.
There is no guide that I could provide, since implementing a new extra menu is not a theme feature.

Thanks

Simion C.
tagDiv Staff

Hi,

It all depends on the initial quality of the image used. The theme will only create specific thumbnail sizes cropping the images center-top. Here you can see the Big grid slide in the demo
https://demo.tagdiv.com/newspaper/big-grid-slide/
The image used in the bigger module is this thumbnail
https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/01/01-girl-741×486.jpg
Created from this original image
https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/01/01-girl.jpg

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, that file as well. Then the logo when clicked will direct to the link you want, instead of the default home URL.

Thanks

Simion C.
tagDiv Staff

Hi,

That probably is happening because there are no Featured posts. Please add posts to the Featured category and the mobile grid will display them
https://forum.tagdiv.com/featured-posts-2/
More information about the mobile theme plugin here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

You could edit the top bar and insert that information after the weather and date sections
https://www.screencast.com/t/f6akR8ol
Something like this maybe (using the same class as the time)
https://www.screencast.com/t/MReAMkGtF
https://www.screencast.com/t/w1XLHxBg
Or maybe place those as menu items, in the top menu
https://www.screencast.com/t/wjmuAAPJ
https://www.screencast.com/t/HWLdjIutTLz

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this similar topic, and make the modification in the mentioned file
https://forum.tagdiv.com/topic/how-to-change-home-page-postarticle-headings/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe the follower count has to be displayed on the actual Google+ profile page, not hidden. I have tested with a profile page that displays the follower count, and the count is picked up
https://plus.google.com/+tagdivThemes
https://www.screencast.com/t/4zx0owOEFcpZ
With the profile you mention it is not working
https://www.screencast.com/t/k69pzcxCgGG
Try it like that and let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

The likes may not be synchronized, the numbers will not be necessarily similar. If you want to implement that like button instead you will have to enter that code in the theme files. The javascript should go to in the header
https://www.screencast.com/t/orSaZfEUB
The actual button code will have to replace the current button here
https://www.screencast.com/t/FkPaZUyM
Or you could use a plugin maybe that does this, that can be easier as well.

Thanks

Simion C.
tagDiv Staff

Hi,

When you updated the theme to the latest version, the tagDiv composer was automatically activated
https://forum.tagdiv.com/tagdiv-composer-tutorial/
This composer can cause Visual composer elements or features to not work properly, so you can try to deactivate it and check the results with the hidden blocks.
The mobile theme seems to be working at the moment, I see no problem with it
https://www.screencast.com/t/Wd6uUEG3Q2J

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the counter is not configured properly, you must enter the user IDs in the required fields, not the whole links (these will be added automatically)
https://www.screencast.com/t/kSWD3OCR7
https://www.screencast.com/t/C0u4rVuxKoK
https://www.screencast.com/t/6XRL36XSF1
This is an example for Instagram and Twitter
https://www.screencast.com/t/jr6iLnNi
For Facebook just enter the ID as shown, and the rest of the necessary information.

Thanks

Simion C.
tagDiv Staff

Hi,

The smart list will begin from the first heading chosen as a starting point reference
https://www.screencast.com/t/UEixOOwm
You can enter content in the post normally, the list will start only from where that heading is used. Also you can mark the end of the smart list with a shortcode, as mentioned in the guide
https://forum.tagdiv.com/smart-lists/
This will allow you to enter content after the smart list.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the “Home” text, you could make the modification in this file of the theme
https://www.screencast.com/t/BSgZBX56

Thanks

Simion C.
tagDiv Staff

Hi,

It would be helpful if you could provide more details about what exactly you would like to remove from the reviews and maybe a useful screenshot, for a better understanding.

Thanks

Simion C.
tagDiv Staff

Hi,

Pages can have featured images set, those will be displayed in blocks and grids as thumbnails, not in the actual page like posts do
https://forum.tagdiv.com/post-templates-2/
You could enter the same image in the page content and it will be displayed in the page. There is no page template at the moment that displays the featured image of a page, in the actual page.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the default Footer text, you can change it with your own information in the Theme panel->Footer->Footer info content
https://www.screencast.com/t/moyFbJH0q
The header logo can be changed in the header section
https://forum.tagdiv.com/logo-favicon/
These are the available header styles that you can choose from
https://forum.tagdiv.com/header-styles/
The footer logo can be changed in the footer section
https://www.screencast.com/t/osn9fXs1UP
Regarding the color and domain, I don’t understand exactly what you mean. If you could provide more details about it would be helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment the theme does not offer the same settings as default posts, for custom post types. Reviews are not available for custom post types. However you can use review plugins instead. Search for some of these plugins, install them and make some tests. There must be one that works properly and probably has more options besides the theme reviews.
Some suggestions here that you could try
https://www.codeinwp.com/blog/best-wordpress-review-plugins/

Thanks

Viewing 25 posts - 15,326 through 15,350 (of 20,681 total)