Hi,
Or use the classic element in the Gutenberg editor
– https://www.screencast.com/t/CtEpzfnnck
Thanks
Hi,
@pcservis That would sum it up, good explanation.
There are no plans to exclude or stop providing the WPBakery page builder with the theme. We will not pressure users to switch composers, use one or the other and there will be no problem. WPBakery will be updated same as before, when the theme is updated.
1. It would be necessary in most cases. The exception would be pages that contain only theme provided page builder elements like blocks and grids (which work in both composers). If there are specific WPBakery items and you would deactivate this plugin, only shortcodes will appear.
2. If the WPBakery plugin would not be active anymore, and the tagDiv composer is active, it can handle theme elements (blocks, grids etc) but not specific WPBakery elements (tabs, accordion, masonry grids etc).
3. Both can be active, but it may cause problems with some elements or WPBakery row layouts and settings. For example single images or image elements may not display properly, to name one. There were other issues before, we solved as many of them as we could.
4. Most of the new features since the tagDiv composer introduction are created specifically for it and will work only with it. The cloud library plugin will work only with our page builder.
Basically you can keep using WPBakery permanently or for as long as you want. There are no plans to stop including it in the theme package, or stop updating it.
Thanks
So there are problems with the lazyload despite clearing all caches including browser cache? I see it is disabled at the moment on your website.
Does the issue with the composer happen only for the homepage? What if you try it on a new page?
If you create or import a cloud post template it should appear in the general post template as well as in the single post edit screen
– https://www.screencast.com/t/JwpYwbia
– https://www.screencast.com/t/c8VaatOks
We could take a look if you can provide admin login at contact@tagdiv.com as well as cPanel or FTP if possible. Mention in the email how we can recreate the problems exactly.
Hi,
Maybe something like this – https://www.screencast.com/t/9xtFNVBxcf
Code for it – https://pastebin.com/XF7XtBzW
Hi,
That is the social counter. It depends on where it is placed, it it’s a block, edit the page where it is and modify it as needed
– https://www.screencast.com/t/Qdy3EcMeEKg
If it’s a widget, it can be edited in Appearance->Widgets
– https://www.screencast.com/t/N3GoBs5RPhF
Also as a note, please try not to reply in your own topic multiple times, this will only delay the response from us, by refreshing the topic date. We will answer from oldest to newest.
Please let us know if you have more questions.
Thanks
Could be something with the htaccess file, rules/code entered in it. You could try as well to empty the htaccess file and re-save the permalinks in WordPress settings. Then check again.
If that doesn’t work we could take a look at this issue. Please send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible. Include a link to this topic in the email.
The permalink length is limited by WordPress from what I can find. Like Calin mentioned in this topic
– https://forum.tagdiv.com/topic/mobile-navigation-bar/
Maybe there is more information about it online, could be solutions as well.
Hi,
@doktorjasper That code has to be entered in htaccess file, if you have similar problems please try it. It is provided in the theme requirements guide from above, many users reported that it solves the issues
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
If maybe you cannot find the htaccess file, check some topics for example
– https://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/
– https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html
– https://my.bluehost.com/hosting/help/2139
– https://support.hostgator.com/articles/how-to-edit-your-htaccess-file
– https://www.inmotionhosting.com/support/website/htaccess/where-is-my-htaccess-file
Or contact the hosting provider and ask for help, they should be able to help you.
Thanks
So the background color when the icons are touched maybe
– https://www.screencast.com/t/hwNnhQ8k
That would only be shown briefly before the redirect to the social is done
#td-mobile-nav .td-menu-socials-wrap a:hover i {
background-color: red;
}
Hi,
Now the social links are working from what I can see. Should be no problem as long as the links to the respective accounts are set in Theme panel->Social networks
– https://www.screencast.com/t/S272qsgNPaBK
The socials you set there will appear in the top bar and footer. Please let us know if you have more questions.
Thanks
Hi,
Seems to say that a file from the composer plugin. Maybe you updated the theme recently, that would presume the tagDiv composer plugin files were modified (updated).
So that would not be a problem, the plugin was simply updated.
Thanks
Hi,
@suggestking662 Use the classic element – https://www.screencast.com/t/n0xS1ECrK
The formats options are only in the classic element of Gutenberg.
Thanks
Hi,
That would depend on how the image is added in the post content. Adding it through the add image option of Gutenberg it doesn’t have caption alignment options
– https://www.screencast.com/t/NDLBLfWWqoW
– https://gogutenberg.com/blocks/image/
Adding it with the classic editor, the caption will be positioned by the theme to the left
– http://prntscr.com/ltf7x7
However it is possible to align them differently in both cases with CSS
– http://prntscr.com/ltfbmg
First code is for image block of Gutenberg, second for the image added with the classic element, maybe they are helpful to you
.td-post-content .wp-block-image figcaption {
text-align: right;
}
.td-post-content .wp-caption-text {
text-align: right;
}
Thanks
Hi,
The links will inherit the theme accent color, set in the theme panel
– https://www.screencast.com/t/1PSfasUB
So you could check there to begin with. Chances are the green color is set there.
Thanks
Hi,
The analytics code for AMP should be of this form only, please check it
– https://www.screencast.com/t/xL301xKgf
If you enter it like that it will be loaded in AMP pages.
From what I can find online, maybe it would be better to use different tracking for AMP
– https://moz.com/blog/amp-reporting
Thanks
I see it like this at the moment – https://www.screencast.com/t/OECKQZ4fvOM
The lazyload seems to work fine on your website, I browsed it for a while.
Hi,
So the footer page resets itself? I would suggest that you check the theme requirements to begin with
– https://forum.tagdiv.com/requirements-for-newspaper/
These would be recommended settings for the theme and theme plugins to function correctly, they should be set higher if possible.
WPML has these minimum requirements as well – https://wpml.org/home/minimum-requirements/
These accumulated, and with other plugins as well, may need higher requirements. Try to increase all the parameters mentioned in the guide to higher values, set the desired page again, then monitor the situation.
Also maybe there could be problems with the database, the theme panel settings are saved in the website database. Maybe your hosting provider can investigate if there are any issues with the database.
Hi,
That is quite an an old theme version from which you are updating. Here you can find a changelog for each theme update, to see what has been modified, new features etc
– https://themeforest.net/item/newspaper/5489609 (bottom of the page).
Update guide if necessary here – https://forum.tagdiv.com/how-to-update-the-theme-2/
That error you mention is in most cases related to insufficient memory
– https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
The theme requirements guide has been updated as well, please check it carefully and if necessary ask your hosting provider to increase the values of the parameters mentioned in it
– https://forum.tagdiv.com/requirements-for-newspaper/
For the WP memory we recommend a value of 256M.
After the update, deactivate/delete all the old theme plugins and install the new ones from the theme package plugins folder.
As a side note, the tagDiv composer will be automatically installed and activated after you update the theme. This composer could interfere with specific WPBakery elements or layouts. If that is the case, please disable it.
Also update WPBakery to the latest version if you use it (theme package contains version 5.6)
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The option to edit pages with WPBakery should appear same as before
– https://www.screencast.com/t/ag8uBzu2Hzx
– https://www.screencast.com/t/JhLAoUdzm
After you update clear all the website caches, CDN, browser cache. Let us know if you have problems.
Thanks
Hi,
That is the ajax filter – https://www.screencast.com/t/tjZ7BEwcmjI
In it you can choose to display either categories, tags, authors, or featured/popular.
Note that this filter will work only with IDs, for example
– https://www.screencast.com/t/6hctjY9Dr
– https://www.screencast.com/t/9Rwf8rvI
So please make sure you enter IDs in the filter, not category names.
Here is a guide with all the block settings – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
That blockquote style comes from the theme panel
– https://www.screencast.com/t/Dkdatho00DV
If that color setting is cleared there will be no color CSS for the blockquote.
This one comes from the theme panel as well – https://www.screencast.com/t/KLvGGOWNkfo
– https://www.screencast.com/t/s57rd1O5ZNN
This box I can’t say how exactly it is made, check in the post content, could be HTML or a plugin shortcode maybe
– https://www.screencast.com/t/H6LFqSPFbs
Hi,
The homepage is not set in your case, so it will be the default WordPress blog page (latest articles list).
You have to set the page you want to be the homepage like this
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thanks
I checked this code you mention, it sets a background color for the links in the mobile menu
– https://www.screencast.com/t/PilowF4mG3JS
Maybe you want to set a background color for the top socials and close icon? This would be the code for that
– https://www.screencast.com/t/QcoKqA8N1
.td-mobile-close .td-icon-close-mobile {
background-color:green;
}
#td-mobile-nav .td-social-icon-wrap i {
background-color:green;
}
A screenshot would be very helpful in case this is not helpful, highlight the elements you are talking about and mention how you want to change them.
Hi,
If that is a widget in the sidebar, you can edit the block header color in Appearance->Widgets, there are settings for the top border and the border
– https://www.screencast.com/t/XeWjf4j4Kxk0
So when using block header style 15 there will be settings to customize the colors as well
– https://demo.tagdiv.com/newspaper/block-header-15/
Thanks
Replied in your other topic – https://forum.tagdiv.com/topic/permalinks-slug/
Hi,
There should be buttons for the page builders while editing a page
– https://www.screencast.com/t/D5yPnBDY
– https://www.screencast.com/t/RTzzslXb7
On my end these appear, what is happening in your case?
Thanks