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,

If you download the full theme package, all the plugins are provided in the plugins folder
https://forum.tagdiv.com/whats-included/
https://www.screencast.com/t/QxW1WpEGYLph
The plugins you mention will be there.

Thanks

Simion C.
tagDiv Staff

Hi,

When does the error appear? Please also check the theme requirements guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Increase the WP memory if needed, for most users a value of 256M would be sufficient. Also these solutions worked for some users with composer issues
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/

Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look, please provide a link to your website so I can check some posts.

Simion C.
tagDiv Staff

Hi,

I tried to insert a video in a text, seems to work
http://prntscr.com/kgm6n3
Html also works – http://prntscr.com/kgm78r
These elements work same as before. Maybe check if there are any errors in the browser inspector console, also clear your caching and CDN if used.

Simion C.
tagDiv Staff

Hi,

Once entered the code will apply always. That solution may not work properly for all pages in all situations. It could work if you were to use it more specifically, by including the page ID in the code so it applies only for specific pages

.page-id-XXX .td-sub-footer-container,
.td-footer-wrapper {
position:fixed;
bottom:0;
left:0;
right:0;
}

The page ID can be seen here for example – https://www.screencast.com/t/UI5GJM0s
Or with the browser inspector – https://www.screencast.com/t/v3NcIldEC

Simion C.
tagDiv Staff

Hi,

Where exactly does it say that? That looks like a simple block. Blocks are made of modules
https://forum.tagdiv.com/theme-blocks-modules/
Each module has it’s own settings in the theme panel
https://www.screencast.com/t/0s1qdLU7

Also by editing the page with the tagDiv composer, each block can be customized separately in terms of font (“Style” tab of the block settings)
https://www.screencast.com/t/EzfgOKbKbJ

I believe all font aspects of a block can be customized in the composer.

Thanks

Simion C.
tagDiv Staff

So it seems from what can be seen currently, nice to hear that. Thank you for mentioning it.

Simion C.
tagDiv Staff

Hi,

For me the website loads quite good, the homepage for example
https://www.screencast.com/t/NfxdBEJiO
Also a post – https://www.screencast.com/t/Gc2LJJPC6i
This is a nice loading speed in my view. The only issue I see is with a failed to load resource
https://www.screencast.com/t/OcnpT6a2Xig
Images could be optimized more to reduce page size, either as mentioned in the guide or maybe by some image optimization plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

I see now what you mean. The sidebar setting in the theme panel will work properly on bbpress pages, seems buddypress also shows the default sidebar. But to change it and it’s position there are no specific settings.

I also made some tests with pages created with the composer and buddypress shortcodes, then I set those pages as buddypress pages
https://www.screencast.com/t/PxdSEXPjw
https://buddydev.com/docs/buddypress-shortcodes/buddypress-members-list-shortcode/
The shortcodes work as soon as the custom page is set in the buddypress settings, but the sidebar position is still on the right no matter how I position it in the composer
https://www.screencast.com/t/G9AgGcIBD
https://www.screencast.com/t/FB4qjz5pSl4

Some CSS might work in that case, to make all buddypress sidebars stay to the left
https://www.screencast.com/t/D9DvH0CmghhB

.buddypress .td-pb-span8.td-main-content {
float:right;
}

Since buddypress pages will show the default sidebar, you could set a different custom sidebar for bbpress
https://www.screencast.com/t/auAQzqdx
So buddypress pages will show the default sidebar (no settings to change it), and bbpress will show the sidebar set in the theme panel.

I don’t exactly know why all of this happens. Specifically for buddypress there are no theme settings, the template settings are created for bbpress. I will make a note of this and pass it along. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,


@Ozt
The footer position is relative to the amount of content in the page, not fixed at the bottom.
The footer will begin after the content ends. If it was fixed to the bottom, what would happen with longer pages?

Simion C.
tagDiv Staff

Hi,

If you check in the browser inspector console, are there any errors? If there are CORS errors it could be the same as this topic
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Thanks

Simion C.
tagDiv Staff

Hi,

Please try and not reply in your own topic multiple times. This will only delay the answer on our part. It will refresh the topic date and move it to the back of the line. We answer all topics from oldest to newest, which is fair.

For that particular border there is no specific color setting. The color you set as theme accent will be used
https://www.screencast.com/t/KG5x0VcdV
The theme accent color will be used for various elements to provide a general look.

If you don’t want to change the theme accent color just for that border, you could chnage the color with some CSS
https://www.screencast.com/t/bRkpslWvtLz

This is the code used in the example, you can use any color you want. CSS codes can be entered in the Theme panel->Custom code, CSS section

.td-header-wrap .td-drop-down-search:before {
border-color: transparent transparent yellow transparent;
}
.td-header-wrap .td-drop-down-search:after {
background-color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme contains ad spots, in the theme panel
https://www.screencast.com/t/Rdnggyhm0pyY
The ads will appear in the predefined locations they are supposed to appear. Ad boxes can be placed in the page content or as widgets in sidebars for example, they will allow you to select from the custom ad spots in the theme panel
https://www.screencast.com/t/2C31zaRP
https://www.screencast.com/t/2C31zaRP

Most ads will appear in the actual page or post content. There is also a background ad
https://forum.tagdiv.com/background-ads/

These would be all the theme capabilities when it comes to ads. There are no floating ads as you mention. Maybe that would be possible with an ad plugin. Search for such plugins and try some of them which have this capability.

Thanks

Simion C.
tagDiv Staff

Hi,

So you are referring to the post template 8. The background will use the full original image, the one you set as featured image. Not a thumbnail.

The original image set as featured can be as large as you want. It’s full size will not be used in many places, there are thumbnails created for that. But as background the full size will be used.

If you use a small featured image, it will be stretched to cover the background. The result will probably be of low quality.
The demo post uses an image of this size as featured image
https://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/
https://www.screencast.com/t/7NvAtOG6lm

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you changed the theme accent color to white in the theme panel
https://www.screencast.com/t/KG5x0VcdV
That may cause many problems, a lot of elements inherit that color. Change it to a different color and the issue should be solved.

Thanks

Simion C.
tagDiv Staff

Hi,

No need for modifications in the code. The tweet button was removed a while back from the theme, but the Facebook like button is still available.
If enabled in the theme panel it will appear in the mobile theme post page as well
https://www.screencast.com/t/WD2BnjGTHk1N

Thanks

Simion C.
tagDiv Staff

Hi,

The single image sets the image used as background, so depending on image used the results might not be proper on smaller devices. I would suggest you use the inline single image instead. This has a different functionality

This is an example comparing results of a single image and inline image, with the same image
https://www.screencast.com/t/EKh7Hzko
Or even a text element in which you insert an image, that will be fully responsive
https://www.screencast.com/t/2uAQgK3sj1

Thanks

Simion C.
tagDiv Staff

Hi,

The main category can be clicked, if you add the menu item as category
https://www.screencast.com/t/BFP6GT56TfXo
The category will be added to the respective menu, and clicking on it will lead to the category page.

Mega-menus can be created if you want to, with or without sub-categories
https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Then the same solution from here would work
https://forum.tagdiv.com/topic/can-i-disable-more-articles-on-a-post-category/

Related articles is available as an element in cloud single templates, so this is possible without code modifications. A post template will or will not display it, according to your choice
https://www.screencast.com/t/CXHnov1JfLf
You can create as many post templates as you want, with or without the related articles sections
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Simion C.
tagDiv Staff

Hi,

I see currently only a color as background. If you also set a background image, then the image should be displayed over the color. Do you maybe have any caching? Clear the cache if you do.

What happens if you make another change in the theme panel, does that apply? Make a small change somewhere and see if it displayed in the website. Let us know the result.

Thanks

Simion C.
tagDiv Staff

Hi,


@Azulita
I could take a look, provide a link to your website where the social counter is displayed.

Thanks

Simion C.
tagDiv Staff

Hi,

That probably happens because you are setting a thumbnail of the image as background, not the full size
https://www.screencast.com/t/GXtQGTAGAi
https://www.screencast.com/t/AVRnqj3PSF4n
If you set a thumbnail then that will be stretched, the result will be of poor quality.

Thanks

Simion C.
tagDiv Staff

Hi,

So on a page it works, but as a widget it does not. We could take a look, send us an email at contact@tagdiv.com and provide admin access. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

A tabs element is on our list and should be available in a coming update. For the moment the tagDiv composer does not have such an element, sorry for the inconvenience.

Indeed, when both page builders are active some elements will not work properly. Single images will be affected.

Thanks

Simion C.
tagDiv Staff

Hi,

We will be able to provide a refund if you are not satisfied with the theme. All you have to do is request it
https://themeforest.net/refund_requests/new

Viewing 25 posts - 7,051 through 7,075 (of 20,681 total)