Hi,
You can try something like this
– https://www.screencast.com/t/ZDbDXJh6W
.td_block_14 .td-module-meta-info {
width:100%;
padding: 0;
}
.td_block_14 .td-post-author-name {
padding-left: 7px;
}
Thanks
Hi,
If the page contains Visual composer elements, the mobile theme will not display them. This is meant to keep the mobile theme as light as possible. Content for mobile pages is limited to the Mobile editor which appears on the page edit screen when the plugin is active
– https://www.screencast.com/t/AcWDva2uEGb
If you would like to display the same content from desktop, simply deactivate the mobile theme. The website will adapt to every screen size, due to the theme’s responsiveness.
Here you can find more information about the mobile theme
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
Maybe this is all a misunderstanding. If you want to have the exact same design and layout as the demo, you have to install it in the theme panel
– https://forum.tagdiv.com/installing-demos/
From what I can see the demo style is not present on your website.
When you install a demo, the system will import all the theme panel settings and the custom style including the header style. The header style used is style 5 with some modifications through CSS and the theme panel.
This customized header style cannot be selected in theme panel, the demo needs to be installed in order to achieve that result.
Please remove the code my colleague provided, and simply install the demo.
Thanks
Hi,
If the image is smaller then it will be displayed as it is. It will not get enlarged or stretched to fit by the theme. Some thumb sizes will be created only if the image is big enough to allow it
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
You could simply leave it as it is, or use a different post template like template 1 which displays a smaller image size
– https://forum.tagdiv.com/post-templates-2/
Or templates that do not display the featured image on the post page, like template 5.
You could also try plugins that maybe can stretch the images, but that could result in quality loss.
Thanks
Hi,
If you want to open a new page when the author name is clicked in the post author box, you will have to modify this file from the theme
– https://forum.tagdiv.com/topic/make-author-website-link-open-in-a-separate-window/
Thanks
Hi,
There is no configuration guide that I could provide you for the Total Cache. The recommended caching plugin is the WP Super Cache with the configuration mentioned in this guide
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hi,
Please check the theme system status and make modifications to the parameters mentioned in this guide, if needed
– https://forum.tagdiv.com/system-status-parameters-guide/
This could be related to the problem you are having. Also please make sure you are not using any special characters in the sidebar name
– https://forum.tagdiv.com/sidebars-tutorial/
Thanks
Hi,
We will take a look at the Homepage post element as well. I have tested the Homepage post on my end and it is working properly.
Thanks
Hi,
There is no element in tagDiv composer that can handle php code. You could edit the page template files and enter the code there
– https://www.screencast.com/t/6XiZxBRWq
Or maybe search for a plugin that has the option to insert php in pages.
Thanks
Hi,
There should be no problem creating a similar design for a block. You just need to place the block you want on a row, then stretch the row
– https://www.screencast.com/t/raxZGsjMTJ0
Next you have to set a background color or image to the stretched row
– https://www.screencast.com/t/WcFNpvyrw
You can also set some top padding for the block
– https://www.screencast.com/t/sAuUJqas1Ea
The result should be like in the demo
– https://www.screencast.com/t/beq1D2x6HE
If you are having problems using these options, maybe something is interfering with the tagDiv composer. Try deactivating all your other plugins except the editor as a test, and clear any caching installed. Then create a new page and try it again to see if everything works properly.
Thanks
Hi,
I cannot view the image you provided, it seems I don’t have permission. If you want to modify the modules that form a block, those are the files where the changes must be made. You will have to edit the module you want and modify it.
Here you can see what modules each block contains
– https://forum.tagdiv.com/theme-blocks-modules/
Or you can use the browser inspector to check
– https://www.screencast.com/t/2g8TYuTuv7a
Thanks
Hi,
The row cannot be split in that layout using the tagDiv composer. You will have to create your pages using the available row settings
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
Try increasing the max execution time. It is recommended to have a value minimum of what it is now. Increase it like this and then check again
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
You can use the Yoast SEO plugin for Twitter Cards. Here you can find out more
– http://www.wpbeginner.com/wp-tutorials/how-to-add-twitter-cards-in-wordpress/
– https://kb.yoast.com/kb/setting-up-twitter-cards-in-wordpress-seo/
– https://yoast.com/twitter-cards/
Thanks
Hi,
To make it exactly like that other font and also change the color (there is no need to enter the code provided in your other topic, just use this one), please try this code
.td-footer-wrapper
.td_block_text_with_title {
color: white;
font-size: 14px;
line-height: 21px;
}
Your website seems to be in maintenance so I cannot test this, but it should work as intended. Just enter it in Theme panel->Custom Css.
Thanks
Hi,
The only pagination available for posts, at the moment is mentioned here
– https://forum.tagdiv.com/posts-with-pagination/
Or maybe you can use a Smart list for posts
– https://demo.tagdiv.com/newspaper/smart-list-style-1/
– https://forum.tagdiv.com/smart-lists/
Thanks
Hi,
Please try this code to change the color of the text, only on the Block text with title. You can change the color to what you like in the code
.td-footer-wrapper
.td_block_text_with_title {
color: white;
}
Enter it in Theme panel->Custom Css. Please let me know if this works for you.
Thanks
Hi,
If you examine one of the included posts from that particular demo, you can see how the post is made. The section with the recipe info is created like this
– https://www.screencast.com/t/srX0hKQUC
– https://www.screencast.com/t/xHwRuyUGZUbP
It uses classes predefined in the demo, you can also use them to recreate that structure in your recipe posts.
For the list and dropcaps you can check this tutorial and easily create them
– https://forum.tagdiv.com/post-formats-for-tinymce/
Thanks
Hi,
It seems that something is covering up the composer’s default options. Maybe a plugin is inserting itself in that section and causing this problem. The tagDiv composer does not have those options there. I suggest you try and disable all your plugins except the composer. This should remove the issue. Then enable them one at a time, to identify the one responsible.
Thanks
Hi,
You have to create the page with tagDiv composer and set it as Homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Each page building block has options to filter categories and posts. In this guide you can see all the available block settings
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
It could be caused by a plugin, or maybe it is server related. Here are some related topics that you can check for more information
– https://forum.tagdiv.com/topic/search-results-from-main-navigation-bar-is-slow/
– https://forum.tagdiv.com/topic/slow-search-results/
– https://forum.tagdiv.com/topic/slow-search-function/
Thanks
Hi,
A code like this will make the header background transparent and remove the border from the top menu, but the logo image has to be created transparent as well
– https://www.screencast.com/t/gqUOyjjiUl
.td-header-style-10
.td-container-wrap {
background-color:transparent!important;
}
.td-header-style-10 .td-header-top-menu-full {
border-bottom: none;
}
If this is not what you wanted or it needs some modification, please provide additional details and I will try to give you a solution.
Thanks
Hi,
I don’t understand what exactly you are trying to do. That is the thumb size used for some post templates, including the default one that you mention. It is worth mentioning that the post content when a sidebar is used is 696px. The thumbnail that you call will be displayed, but limited by the post content and it will look the same
– https://www.screencast.com/t/YrGWpCFzS8gh
Thanks
Hi,
You could set a background color for the title on that block. Like in this example
– https://www.screencast.com/t/YADFukGzuTz
This is the code used, you can change the color to what you want, and then enter it in Theme panel->Custom Css
.td_block_14 .entry-title {
background-color: rgba(77, 178, 236, 0.7);
}
Thanks
Hi,
You can change the length of the post title for each module. This can be done in Theme panel->Excerpts
– https://forum.tagdiv.com/excerpts-introduction/
For block 9 you can change the title length here
– https://www.screencast.com/t/WmWzhUszuH5
Thanks