Hi,
I thought you were referring to the post page, sorry if I misunderstood. So you are referring to the blocks in the homepage – http://prntscr.com/ogmdyr which are flex blocks 3.
What exactly would you like to do to them? it would be hard to actually clone a block under a different name and use it fully in the composer. Maybe choose a different block or flex block and modify that one if needed. Let me know.
Thanks
Hi,
@DaveS There is a way how you could actually remove the product name from the woocommerce breadcrumbs, try this code in the theme or child theme functions file
add_filter( 'woocommerce_get_breadcrumb', 'ed_change_breadcrumb' );
function ed_change_breadcrumb( $breadcrumb ) {
if(is_singular()){
array_pop($breadcrumb);
}
return $breadcrumb;
}
Before – http://prntscr.com/ogmbgr and after – http://prntscr.com/ogmbt4
Seems to work for me, I could give you a CSS code as well if needed.
Thanks
From what I can see now it is working, the category pages have no category base, and the URLs are directing correctly to the category pages.
For example – https://www.nigeriaelectricityhub.com/watt-page/
Maybe you solved the problem, looks like it.
Hi,
The entry-title class is set to the h1, meaning the post title – http://prntscr.com/ogm2wj
The updated is here – http://prntscr.com/ogm397
The author is here – http://prntscr.com/ogm3zf
I believe these are what you are looking for.
Regarding the mobile theme question, please check here – http://prntscr.com/ogm5em
Hi,
If you wish to use WPBakery or just try it out you can do so, but the tagDiv composer has to also be active. They can be active at the same time if needed.
The WPBakery builder is still provided in the theme package, and we will update it along theme updates.
In our theme WPBakery can be used a backend builder, while the tagDiv composer is a front-end builder.
Here is tutorial about our composer – https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
We are very sorry for this inconvenience, it was a decision made at the time in order to comply to the Envato specifications. Now we will improve the child theme support.
Please note that the theme update is in it’s final testing phase, when this is over it will be released. Should be this week, or early next week.
So it will be possible to customize the single templates in a child theme after this update, also header templates, footer templates, category templates etc. Hopefully you will then be able to achieve what is required for the website.
Please let me know if you have more questions.
Thanks
Hi,
Are you installing them for the whole network of websites? I see that when activating multisite the plugins can be installed per website, or per network
– https://www.wpbeginner.com/beginners-guide/why-do-you-not-see-all-plugins-on-wordpress-multisite-installs/
– https://wordpress.org/support/article/multisite-network-administration/#plugins
Hi,
I see there is a red color applying to the article titles in modules, also for the load more pagination button. I believe this color is set in the composer.
Please edit the page with the composer and click on each of the blocks, check if the red color is set as an accent hover color in the general settings
– http://prntscr.com/og3y1l
This setting will override the theme accent color.
Let me know.
Thanks
I could create a code for the homepage as well
– http://prntscr.com/og3mhw
.home .td-header-style-10 .td-header-menu-wrap-full,
.home .td-header-style-10 .td-header-menu-wrap.td-affix {
max-width: 1128px;
}
It can be added in the same custom CSS in the theme panel.
A background image can be set in the theme panel, but it will apply to the whole website.
You could set backgrounds for the rows containing the content in the homepage
– http://prntscr.com/og3os1
And replace the latest articles section provided by the page template with a loop element in a row so it can have a background as well.
Or maybe set a background with CSS, that will work as well. For example something like this (I modified the header limitation width to make it display better in this case)
– http://prntscr.com/og3t44
You can use an image of your choosing, here is the code if you want to give it a try
– https://pastebin.com/cgJh9rjz
Regarding the memory, we recommend 256M, this would be enough for most websites. But if many plugins are used or plugins that use more resources, it can go higher. Here are our requirements guide – https://tagdiv.com/newspaper-theme-requirements/
Let me know if you have more questions.
Hi,
I see it there. It is like a list of articles – http://prntscr.com/ofshss with numbered pagination. The modules seem to be the same, some are reduced in width and have additional design. So they are not different elements like in this case blocks, but some have other design than others.
You could produce a similar functionality using the loop elements or the latest articles page template which has pagination. But all the modules used will look the same, they can’t be styled individually, unless maybe with some CSS.
Hi,
I have checked and it doesn’t seem to be an update for it – http://prntscr.com/ofnpyf
We investigated the issues with the theme and 6.0.3 and I believe they will be fixed for the next theme update. But if the release a 6.0.4 that works fine, this would be better.
Thank you for mentioning it.
Hi,
What WordPress version are you using? The super cache plugin is compatible with the latest version, should work fine with older as well – https://wordpress.org/plugins/wp-super-cache/
I tried activating it, it works fine it seems – http://prntscr.com/ofnjhx with the latest theme and WordPress.
Note that some hosting providers have their own caching however, so they could disable or block users from installing specific caching plugins. You could contact them and ask if this is the case.
Best to ask them to make modifications as mentioned in the requirements guide, if possible. There could be a preferred method of doing it, or a specific setting/location that has to be used.
Thanks
Hi,
I have seen multisites using the Newspaper theme successfully, but we haven’t actually made any testing for ourselves unfortunately. Maybe at some point we will begin testing, can’t say for sure. You could enable multisite in WordPress and make tests.
Thanks
Hi,
Currently that is not possible in 9.7.3. After the 9.7 update most of the theme files were moved in the composer plugin – https://tagdiv.com/updating-the-core-of-tagdiv-themes/
The single files are now there – http://prntscr.com/ofn79q
We will however provide the same child theme capability despite the files being in the plugin, in the coming theme update. So in the next theme update the single files can be copied and customized in the child theme.
We are sorry for the inconvenience. Please let us know if you have more questions.
Thanks
Hi,
The default blocks and grids are predefined, meaning that their layout cannot be changed.
However flex blocks and grids have such options, for example flex block 1 has the 16:9 format in the pre-made style presetss – http://prntscr.com/ofmsdj
But you can also use the image settings to set custom sizes if needed
– http://prntscr.com/ofmsu0
So flex blocks and grids have many more design and layout options than the predefined ones. You could experiment with them.
Also check the designs created by us here – https://cloud.tagdiv.com/#/load/Blocks
These can be imported with the cloud library plugin – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Please let me know if you have more questions.
Thanks
Hi,
So it used to work initially, but now it does not anymore. Did you maybe install a plugin before this happened? if you temporarily deactivate all non-theme plugins does the composer work correctly?
Please also check the requirements guide for a proper theme and plugins functionality
– https://tagdiv.com/newspaper-theme-requirements/
It is important that these are respected, especially the wp-memory (we recommend 256M). Notice the code provided at the end of the guide, it has to be entered in the htaccess file. You could contact the hosting provider to make the changes for you where needed.
In case the issue remains, we can take a closer look at it. Please send us an email at contact@tagdiv.com and provide the website and admin login. Also cPanel so we can check the settings there. Include a link to this topic in the email.
Let us know.
Thanks
Hi,
From what I know and from user feedback, there is no know issue between the theme and Woocommerce. I made a quick test on my end, the cart page looks fine
– http://prntscr.com/ofmcpc
Are you using a custom cart page maybe? Does the issue happen with just the theme, theme plugins, and woocommerce active?
I see there is an integration error currently on your website – http://prntscr.com/ofmfx4
maybe this topic will help with that – https://wordpress.org/support/topic/integration-error-t-looks-like-youre-using-an-older-stripe-key/
I can’t seem to find add to cart buttons for those products, so I can get top the cart page.
Let me know.
Thanks
Hi,
The featured image can’t do that unfortunately. You could remove the featured image from the post page, then the second image will be at the top.
Or make it appear below that smaller image. Since I see you are using a cloud post template, you can easily drag and drop the post content element to appear above the featured image element – http://prntscr.com/ofm8i4
That image in the post content is quite small from what I can see, despite being larger in reality. Is that a thumbnail of the image? From what I can see it is a small thumbnail, not the full image or larger thumbnail – http://prntscr.com/ofm9ln
Thank you very much for the kind words, let me know if you have more questions.
Hi,
So after a theme update for example? Please try to activate the theme again. If the same happens send us an email at contact@tagdiv.com and provide the website and admin login. Include a link to this topic in the email. Let us know.
Thanks
Hi,
That isn’t quite unusual, if the lengths of the titles and excerpts are different, the total height of the modules will be different.
Try to adjust the lengths for the titles and excerpts in the block settings
– http://prntscr.com/oflujv
Even then some words are longer than other and can create differences, so you could witch to the letters excerpt type in the theme panel – http://prntscr.com/oflv3e
Please let me know if you have more questions.
Thanks
Hi,
Most buttons and links inherit the theme accent color set in the theme panel
– http://prntscr.com/oflply
Of course there are exceptions when the accent color will not apply, there are more specific settings that override it.
Please provide a link to where I can inspect the elements you are referring to, I will check what colors are applying.
Thanks
Hi,
Currently only the loop elements have numbered pagination – http://prntscr.com/oflmpx the loops can be placed in pages, have sorting options but no filter options.
I can’t say if numbered pagination will be implemented for blocks, sorry for the inconvenience. let me know if you have more questions.
Thanks
That function is used in the post template files – http://prntscr.com/of8epj
You could remove it from the single template files – http://prntscr.com/of8gvt
Also lower in the template files – http://prntscr.com/of8h75
So removing this code from the template files should not load them anymore. You could try it like that.
The booster could cause problems when some resources are moved, maybe the CSS that hides the desktop logo on mobile is not applying anymore, so both logos are visible. Try removing what you moved in the booster one at a time, while checking when or if the issue is solved.
Maybe I misunderstood what exactly you want to remove (hentry) please mention with more details what is is you want to remove exactly. Let me know.
Hi,
Could be some kind of CSS issue, I could take a look at it. I tried this website but it’s not working at the moment – http://prntscr.com/of874z
Let me know when or where I can see the issue happening.
Thanks
Hi,
I believe the hosting provider should be able to provide assistance with this, could be a firewall setting or server configuration issue.
You can also install the theme plugins manually, they are provided in the full theme package, plugins folder – https://forum.tagdiv.com/whats-included/
This should work fine, but I still think this issue should be mentioned to the hosting provider.
Let me know if you have more questions.
Thanks