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,

There are font settings for all theme modules, the big grid you are using is made of 2 type of modules (mx5 and mx6)
https://forum.tagdiv.com/theme-blocks-modules/
Change their font properties in the theme panel if needed
https://www.screencast.com/t/TmQFKKCifMni
https://www.screencast.com/t/BOBsgTX96rve
Blocks design may differ from one to another, the category tag is not displayed in the same style for all modules. You can see how all the blocks look in the live demo
https://demo.tagdiv.com/newspaper/block-1/
I could give you a custom code to position the tags differently, it would be easier like this however, on top of the thumbnail
https://www.screencast.com/t/zQgdkGgQThnc

.td_block_11 .td-post-category {
position: absolute;
top: 0;
left: 0;
}

Enter the code in Theme panel->Custom CSS if you should decide to use it
https://www.screencast.com/t/IXpqhrhj

Thanks

Simion C.
tagDiv Staff

Hi,

It would be possible to style a text paragraph as an alert, like in the websites you mention. I inspected the styling used, and used it like this
First set a custom class to the paragraph in question, so the styling does not apply to all the paragraphs in the post content
https://www.screencast.com/t/3Z6gb9uMnNIp
Then apply the styling similar to the one used there
https://www.screencast.com/t/hP2vQcJ7kl
https://www.screencast.com/t/U3KKyvCLrpdE
Colors can be changed according to your liking. Enter that code in Theme panel->Custom CSS section, then all you would have to do is to set the custom class for the paragraphs. The design will apply.
This is the code used in the example

.alert {
margin-bottom: 1.313em;
border: 1px solid #f6dca7;
padding: 0.786em 2.25em 1em 1.15em;
font-size: 14px;
line-height: 1.5;
text-shadow: 0 1px 0 rgba(255,255,255,0.9);
color: #c09853;
background-color: #fcf8e3;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 2px 3px rgba(0,0,0,0.065);
}

Thanks

Simion C.
tagDiv Staff

Hi,


@3rdhub
Usually saving issues are caused by insufficient resources, having the server an WordPress parameters set according to the guide is a requirement
https://forum.tagdiv.com/system-status-parameters-guide/
In other similar cases the issue was caused by security plugins or server firewall configurations. Check with the browser inspector in the console while saving settings in the theme panel, see if there are any denied requests
https://www.screencast.com/t/kWNf8Yvkgl
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

In that case you could use a code like this, it will remove the default theme post pagination
https://www.screencast.com/t/DOVaVjvqi47
https://www.screencast.com/t/9tHFxcDA5Nxw
Then only the plugin pagination should be visible. Enter the code in Theme panel->Custom CSS

.single footer .page-nav-post {
display: none;
}

If it does not work properly, please provide a link to a post on your website where this is occurring and I will try to give you a different solution.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The Facebook like button should add to the number of likes, when a user clicks on the button, and display a count of all likes. It does not open a window, unless maybe the user is not logged in Facebook, then a prompt should appear. That would be the default functionality of the button. Please correct me if I misunderstand something.

2. There seems to be an issue when trying to go to a previous page on the website, it happens in Chrome as well. I see that you are using the rocket cache, try disabling this and clear the cache. Check if the browser issue is solved, the disappearing icon as well. This could be the cause of the problem in the browser.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, the mobile version will display exactly the same content as desktop, the filtering will not be changed in any way. Unless you use the mobile theme, then a different version will be displayed on mobile
https://forum.tagdiv.com/the-mobile-theme/
There will be a top grid showing three posts from the Featured category, and a latest articles section below. Also there will be predefined templates for the post pages, category pages etc.
If you are not using the mobile theme, and there is a filtering problem, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

Through CSS would be the only way to change this default margin, if this is required. The margin is set only for the bottom of the paragraph. A margin top is not set each paragraph has a margin bottom of 26px by default, I believe WordPress sets a 1.5em default margin.
The code I mention above will change the margin bottom for all paragraphs in post content, page content, composer text elements etc.
Use the value you want in the code, then enter it in Theme panel->Custom CSS, it will remain there until you remove it if needed. Code entered there will not be lost after theme updates.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems that is the case, the iframe will be 100% of the available space. You could force the iframe dimensions like this
https://www.screencast.com/t/mo07HTYi7fe
Enter this code in Theme panel->Custom CSS

.wpb_text_column iframe {
width:560px;
height:315px!important;
}

This code will affect all iframes in text columns however, it could be made more precise by setting a custom class to the column text element
https://www.screencast.com/t/40BqBdMMK
https://www.screencast.com/t/gm7ACbWUBD0

Thanks

Simion C.
tagDiv Staff

Hi,

We could take a look at the issue, please send us an email at contact@tagdiv.com and provide admin login information (also paste a link to this topic in the email).

Thanks

Simion C.
tagDiv Staff

Hi,

Then you could modify them all at once with custom code
https://www.screencast.com/t/Ldi4u1OW

.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p {
margin-bottom: 13px;
}

Use the code in either in theme panel custom code, or child theme stylesheet.

Thanks

Simion C.
tagDiv Staff

Hi,

The block and widget titles font properties can be customized in the theme panel. This setting will make the block and widget titles lowercase if that is what you want
https://www.screencast.com/t/iGYH7arjz
https://www.screencast.com/t/ycSEB3O3UVI
Please do not hesitate to ask if you need help with anything, we will try our best to reply as soon as possible.

Thanks

Simion C.
tagDiv Staff

Hi,

The images will be cropped, thumbnails will be created from them
https://forum.tagdiv.com/featured-image/
https://forum.tagdiv.com/theme-thumbs/
This center-top cropping was considered to be the best in general for the purpose. The resulting thumbnails would be affected by the image aspect ratios as well
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The same images will result in different thumbnails for different block modules. This is how the theme handles the featured images and creates the thumbs.

Thanks

Simion C.
tagDiv Staff

Hi,

All the plugins are provided in the full theme package
https://forum.tagdiv.com/whats-included/
Check in the plugins folder and you will find Visual composer here
https://www.screencast.com/t/tNdEctPlJQ09

Thanks

Simion C.
tagDiv Staff

Hi,

Please try to disable the minification plugin, this could be causing the issue. Check any custom code you knight have entered in the theme panel or theme files. There are some errors on the page, even the search in the header is not working.
Minification plugins or configurations could cause such problems.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately we do not have a theme customization department. If you require such services you could consider freelancers/developers from here https://studio.envato.com/

Thanks

Simion C.
tagDiv Staff

Hi,

The latest articles section will always be displayed on then bottom of the page, after the content of the page. It cannot be moved to a different location.
Consider using the available blocks and grids, for example a block can be named Latest articles, sorted by latest posts and placed on top of the page
https://www.screencast.com/t/9lvLSL90Z1q1
You can paginate blocks like this
https://www.screencast.com/t/cc2zqV2No
So you could create a replica of the Latest articles on top using a block, and deactivate the one on bottom. It can be deactivated by selecting a different page template
https://www.screencast.com/t/AHppPVqCceB

Thanks

Simion C.
tagDiv Staff

Hi,

Deactivate the like in the theme panel, that would have this result
https://www.screencast.com/t/PWkbyyh8K
https://www.screencast.com/t/CzkWJBPO37O
The tweet button was removed in the update, since Twitter decided to modify the button and not include a tweet count. The Facebook like count remained available. There would be no need for custom code in this case.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for the misunderstanding. Indeed the tagDiv composer cannot be used on posts, only to create pages. Buttons on posts can be created however, like this
https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
There could be more added in future updates.

Thanks

Simion C.
tagDiv Staff

Hi,

You can inspect the live demo, see what image sizes are used there. For example this post featured image
https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
https://www.screencast.com/t/1VXPkYyfx

Thanks

Simion C.
tagDiv Staff

Hi,

It would be possible with CSS. Like in this example where I use Font awesome icons
http://fontawesome.io/icons/
https://www.screencast.com/t/8wmCOXszbG
https://www.screencast.com/t/5xof6I8ig
This is an example for lists inside the post content. The code used will need modifications if that is not the location needed. This is the code used in the example, if it is useful to you, modify it as you wish and enter it in Theme panel->Custom CSS

.td-post-content li {
list-style-type: none;
}
.td-post-content li:before {
content:'\f14a';
font-family: FontAwesome;
margin-right: 5px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It doesn’t seem to work from what I can see, and there are errors on the page
https://www.screencast.com/t/c9UxZIJE3N0
Please try again to deactivate all plugins except theme plugins. Disable the minification in the caching plugin settings and clear the cache. Then check if the issue is solved.

Thanks

Simion C.
tagDiv Staff

Hi,

I would suggest to try without plugins, deactivate them all as a quick test, deactivate the minification and make some tests. Leave only Yoast and theme plugins active if possible. Clear all caching and try to share a post.
Since all the required meta and tags are present in the page source, something else might be causing the issue
https://developers.google.com/+/web/snippet/
All the requirements by Google are met. These are added by the Yoast plugin, the theme does not have any settings in the matter, or does it block the plugin functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

The website works at the moment from what I can see
https://www.screencast.com/t/boYY2yIZ
Please check the official Cloudflare documentation
https://support.cloudflare.com/hc/en-us
Also the theme recommendations for the configuration
https://forum.tagdiv.com/cloudflare-cdn/
Set everything correctly and there should be no problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Basically the most important thing to mention in this case, would be the theme system status. Insufficient server and WordPress resources can cause such issues
https://forum.tagdiv.com/system-status-parameters-guide/
The parameters should be as the guide recommends to try and ensure a good theme and theme plugins functionality.
If this is set correctly and no other plugins are installed, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look.
Also paste a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

There are some sliders available, but not quite similar to the one you mention
https://demo.tagdiv.com/newspaper/ios-slider/
https://demo.tagdiv.com/newspaper/big-grid-slide/
The Revolution slider plugin is included in the theme package, these demo sliders are ready made can be installed
https://demo.tagdiv.com/newspaper_blog_baby/
https://demo.tagdiv.com/newspaper_blog_cars/
https://demo.tagdiv.com/newspaper_politics/
https://demo.tagdiv.com/newspaper_blog_travel/
https://demo.tagdiv.com/newspaper_book_club/
https://demo.tagdiv.com/newspaper_wedding/
Or others can be created with the plugin
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

Viewing 25 posts - 13,176 through 13,200 (of 20,681 total)