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,

That is possible, in the CSS tab of the respective block – http://prntscr.com/msw8f7
You can choose the thickness, the color and the style of the border.

Thanks

Simion C.
tagDiv Staff

Hi,

So this happens only when activating the revolution slider plugin? Try deleting it and reinstall it. Maybe the requirements of the plugin are not met
https://www.themepunch.com/revslider-se-doc/requirements-and-recommendations/
Try increasing the memory to 256M if possible – https://forum.tagdiv.com/requirements-for-newspaper/

Also try and use this version, the latest version has some issues with Gutenberg
http://cdn.tagdiv.com/wp-content/uploads/2019/02/revslider-1.zip

Thanks

Simion C.
tagDiv Staff

Hi,

So the posts do not have a sidebar anymore? A sidebar can be set for each post, you can select from your available widget sidebars
http://prntscr.com/mmjucvhttp://prntscr.com/mmjujj

To control many posts at once, you can use the primary category
https://forum.tagdiv.com/primary-category/
By setting a sidebar for a category in the theme panel, each post that has it as primary category will inherit the sidebar.
If there is no primary category set, the first category alphabetically will be automatically set as primary. If the post has only one category this will be primary.

If the post has no sidebar set in the post edit screen, the theme will look to the primary category next. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,


@reelyorum
You can send us an email so we can take a look and provide some pointers. But website optimization has to be done by the website/server administrator or manager. There are many guides here in the forum and online for improving the loading speed of the website as much as possible.

Thanks

Simion C.
tagDiv Staff

Hi,

The whole website will be boxed when a background color or image is set in the theme panel
https://forum.tagdiv.com/background-introduction/
From what I can see that is the case, a white background color is set in the theme panel, this will make the website boxed. Please check and clear the color found here
http://prntscr.com/msvv8o
Then the website will not be boxed anymore.

Thanks

Simion C.
tagDiv Staff

Hi,

If you should use the theme review system the necessary review meta will be added automatically.

But you could use a different review system and add the meta with a plugin, for example
https://kinsta.com/blog/schema-markup-wordpress/

Manually it would also possible by using the custom fields for example
https://www.hostinger.com/tutorials/wordpress-schema-markup/

That Jekyll SEO seems to be a plugin from what I can find online, haven’t header of it up to this moment
https://github.com/jekyll/jekyll-seo-tag

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the top bar, this is not displayed on mobile. It could be made visible with a code if required. For example the code from this topic
https://forum.tagdiv.com/topic/top-bar-in-mobile-menu-is-not-coming/
Will make the top bar visible on mobile – http://prntscr.com/msvoyz

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

By a theme setting this is not possible. I believe removing the related videos is not possible anymore since last year (it was possible prior to this) due to modifications on their side – http://prntscr.com/msvj7p
https://developers.google.com/youtube/player_parameters

If that would still have worked you could have tried this solution
https://forum.tagdiv.com/topic/hide-related-youtube-videos/

Thanks

Simion C.
tagDiv Staff

Hi,

You could install the plugin by FTP, that would work
https://forum.tagdiv.com/topic/installation-failed-for-newspaper-tagdiv-composer-plugin/
Or try and contact the hosting provider so they can check why this happens.

Thanks

Simion C.
tagDiv Staff

Hi,

Once set as shop page in Woocommerce settings, that section will be added there by default. It can display these elements – http://prntscr.com/msvbee

You could not set the page as shop page, so that the section will not appear
https://wordpress.org/support/topic/remove-product-archive-from-shop-page-2/
Or maybe try to remove it by code
https://businessbloomer.com/woocommerce-remove-loop-shop-page/
https://stackoverflow.com/questions/50826231/woocommerce-hide-product-loop-on-shop-page

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to display a specific post or posts in a block or grid, that is possible. Enter the respective post ID in the post ID filter. For example
http://prntscr.com/msv9sthttp://prntscr.com/msva2k
The element will then only display the post or posts with the IDs entered there. If I misunderstand please let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

So this just started happening? That error would mean that there is not enough memory, we recommend a value of 256M which would be enough for most websites. Similar cases where the same 500 error was displayed, were solved by increasing the memory.

We are not aware of an issue such as the one you are describing at the moment, nor has it been mentioned by other theme users. Increasing the memory should fix it. Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the main header menu in the theme panel – http://prntscr.com/momnhu
Or in the WordPress settings like this – http://prntscr.com/momo18
Or while editing the menu like this – http://prntscr.com/momoxn

Menus can be customized in the WordPress menu settings. Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

So that way it works, you could do it like that. Import the header styles and save them, then load them up in the desired pages. They will appear in the header manager and in the global settings.

There are currently some issues we are investigating with the header manager and new header settings, or caused by them. There should be an update released when they are fixed.

Simion C.
tagDiv Staff

I failed to see that the category pages use the same cloud template. A solution would be to create copies of the cloud template and use different widget sidebars for each one, but that may take a while if there are many categories.

Try this plugin – https://www.wpbeginner.com/plugins/how-to-show-or-hide-widgets-on-specific-wordpress-pages/
See if works, or some of these – https://technumero.com/show-or-hide-widgets-on-specific-pages-in-wordpress/

With CSS it may require a lot of cases, depending on what you want to do exactly. There could be conditions created, for example if not category lifestyle hide the second image widget in the sidebar. So that second image widget will show on the intended category page
http://prntscr.com/momau3 and not in the others – http://prntscr.com/mombaf

Simion C.
tagDiv Staff

Hi,

The author box element displays the author biography – http://prntscr.com/molokp
http://prntscr.com/molooy
But the authors box does not show the biography. It would require modifications to this element in order for it to display it. This is a similar topic
https://forum.tagdiv.com/topic/author-list/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe it can be done with some CSS. For example in the post content you can set a background color for the image with a code like this
http://prntscr.com/molgz8
But this code will affect all the images. You could add an extra class to the image
http://prntscr.com/molhxg and use it in the code – http://prntscr.com/moli8x

Here is the code used in the example

.td-post-content .myclass {
background-color: yellow;
}

If this is not what you want, some more details would be helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

That’s unusual, what if you import a header directly in the cloud library
http://prntscr.com/molbju
Does it work like this?

Thanks

Simion C.
tagDiv Staff

Maybe it is possible, but with a plugin or code implementation. The theme itself or the composer doesn’t have an element capable of doing this.

Simion C.
tagDiv Staff

Hi,

You can install it just like a normal theme, by FTP or WordPress. By FTP copy it in the WordPress themes folder – http://prntscr.com/mokeor
By WordPress zip it first then install it – http://prntscr.com/mokfut

Be sure to activate it after you install it – http://prntscr.com/mokght

Thanks

Simion C.
tagDiv Staff

Hi,

What you are referring to is not possible currently, there is only one loop ad spot, displayed after the number of posts you set. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The cloud post templates don’t have PHP files like the default predefined post templates. So adding PHP code in them is not possible, unless maybe you try using a widget that accepts PHP code and place it in the cloud template while editing with the composer composer. But that may not work.

If that plugin would have a shortcode it would be easier, shortcodes can be entered in text elements (column text, text with title).

Thanks

Simion C.
tagDiv Staff

With the new header builder and manager you can add any available element from the composer in the header. To add elements in the sticky header you have to first activate the sticky mode – http://prntscr.com/mok3vg
Then add the elements you want in the sticky header.

Simion C.
tagDiv Staff

Maybe try and install an optimization plugin, test with and without it. Use free plugin if possible. Note that some settings from optimization plugins can cause problems.

Simion C.
tagDiv Staff

Hi,

With the composer you can copy also cut elements and use them elsewhere (right-click), so you could copy the entire row for example from your header, and paste it in sticky mode
http://prntscr.com/mojq6v

Thanks

Viewing 25 posts - 3,551 through 3,575 (of 20,681 total)