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,

The mobile menu is not supposed to display on desktop, only on mobile. This is a similar topic where the menu is adapted to display on tablets
https://forum.tagdiv.com/topic/show-mobile-menu-when-screen-width-is/
If you want it in general you could modify it like this
https://www.screencast.com/t/eaERyCv9X0J7
Make tests and see if it works (modify it if needed), since this is not tested and may cause issues
https://pastebin.com/rDqDjaBC

Thanks

Simion C.
tagDiv Staff

Hi,

The speed booster plugin is optional, it can be used to improve page loading speed. Also it will be inactive if it detects a plugin that is not part of a predefined list
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
This is implemented because some plugins might be affected by the booster, so they will not work correctly. You could disable that check like mentioned in the topic, then the booster will always be active. After doing this see if everything works properly.

Thanks

Simion C.
tagDiv Staff

Hi,

The ajax filter will display all categories when enabled. If you want only specific categories to be displayed there, you will have to enter the category IDs in the filter
https://www.screencast.com/t/0BUEtaXqhFH
You can see the category IDs here for example
https://www.screencast.com/t/ofdyjPV7u

Thanks

Simion C.
tagDiv Staff

Hi,

The main menu background can be changed in the theme panel, this will affect the whole website. An option to have different colors by category does not exist, unless custom code is used.

This is an example where I used a code to achieve different backgrounds, by category
https://www.screencast.com/t/sqfbHe3jV
https://www.screencast.com/t/5ELJAvc5p
Notice that that by using the category unique class in the code, the results are like you want. Each category page displays the category name and category ID on the body
https://www.screencast.com/t/VS62hv9PJ
You can use either one in the code
https://www.screencast.com/t/t1cXHbXgK
This is the code used in the example

.category-2367 .td-header-wrap .td-header-menu-wrap-full {
background-color: blue;
}

Create a different one for each category, then enter it in Theme panel->Custom CSS
https://www.screencast.com/t/C6nCeuB5HF

This is also a useful tutorial about using the browser inspector to identify the elements on the page and created code for various customization
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

The code may be present in the theme custom code sections
https://www.screencast.com/t/gkb1np1Kr9
Also try editing the page with the composer and check the CSS tab
https://www.screencast.com/t/1lAeECW1u
And the CSS section here – https://www.screencast.com/t/6ylPiRTN

If you cannot find anything there we could take a look. Send us an email at contact@tagdiv.com and provide admin login information. Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

The header background color can be changed to your linking in the theme panel
https://www.screencast.com/t/imbQN5KP
The craft demo uses header style 11, it has a logo image and a background
https://www.screencast.com/t/w7hHOhNcmWwn
However a thing to note is that header style 9,10, and 11 do not have a limit for the logo image size. You can use any image you want
https://forum.tagdiv.com/logo-favicon/
This demo would be an example of a full width big logo
https://demo.tagdiv.com/newspaper_cars/

Regarding the footer section, there are many templates to choose from
https://forum.tagdiv.com/footer-templates/
Some have predefined content, others are empty templates in which you can insert your desired widgets.
The demo used footer template 14, enter your own information in the theme panel and it will appear in the footer
https://www.screencast.com/t/RPAcxC4qup
https://www.screencast.com/t/ZstTQg601mr6
Or select a different page template of your choosing.

I believe you are referring to the excerpts displayed on modules (center aligned)
https://www.screencast.com/t/RXiC4JzrN
Those could be justified with a code like this entered in Theme panel->Custom CSS
https://www.screencast.com/t/wXUQ91O4RO

.td_module_18 .td-excerpt {
text-align: justify;
}

Rows can be split in columns in the row settings
https://www.screencast.com/t/DNt18HtVh
You can use widget sidebars if you wish, there is an element for that
https://www.screencast.com/t/YM3HYouq9x7D
Then you can display sidebars from your available ones.

Big grids and full big grids can only be placed on full rows, a bog grid cannot have a sidebar beside it. Use blocks and other elements for that. These are all the available grids and blocks
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
https://demo.tagdiv.com/newspaper/block-1/

Thanks

Simion C.
tagDiv Staff

Rows do not have options to set a height for them. You could set a custom class to the row and using it set a height of your choosing
https://www.screencast.com/t/fyOkjT0yXnEc
https://www.screencast.com/t/8ivWwGGwICXc

The title over image element for example, has a height option
https://www.screencast.com/t/TqLqGKzAE

Thanks

Simion C.
tagDiv Staff

The background color can be set in the theme panel for the mobile menu
https://www.screencast.com/t/CC8BN4Wy
Also the icons color can be changed there
https://www.screencast.com/t/QBGNWp23
So there is no need for custom code to change the mobile menu and icons colors.

Thanks

Simion C.
tagDiv Staff

Hi,


@Filandor
I couldn’t say if there will be a setting to toggle top bar display on mobile. If this request becomes more popular, it may be considered for implementation. So for the moment it could only be displayed with CSS code.

Thanks

Simion C.
tagDiv Staff

I have tested the offset solution and it is working properly. In this example the latest published posts are also featured, they appear in both top grid and latest
https://www.screencast.com/t/Uy96fw4eUYzV
Setting an offset of 3 posts as suggested, will offset the Latest articles section by 3 posts
https://www.screencast.com/t/1dZGiBd3Wby5
https://www.screencast.com/t/Ie0mSaPfIS
Now the latest articles will be offset by 3 posts, so this would be a solution in the matter. Please double check your modification to be valid and then clear all caching installed.

Simion C.
tagDiv Staff

The testimonial element is present in the tagDiv composer, multi-purpose section
https://www.screencast.com/t/YhhfYPtYhZ
Make sure the multi-purpose plugin provided in the theme package is installed and active. Only then you can use multi-purpose elements in the tagDiv composer.

Simion C.
tagDiv Staff

Hi,

You could try to switch to a default WordPress theme and try to delete the pages again. That would work if the theme is somehow creating this issue.

We have never seen this problem before, there were no similar situations brought to our attention before from what I can remember. If there is still a problem send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Salutare,

Multumim pentru apreciere, incercam sa facem tot posibilul pentru a oferi un produs de calitate.

1. Da se poate, in setarile WordPress
https://www.screencast.com/t/Tn9BGdFs
https://www.screencast.com/t/16HPVEfDyrto
https://codex.wordpress.org/Formatting_Date_and_Time

2. In author box trebuie introdus ID-ul userului
http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
https://www.screencast.com/t/VZJKCy6TOg
Vor aparea inforamntii preluate din profilul user-ului
https://www.screencast.com/t/xFmhvLsoA

3. Icoanele de share vor fi ascunse automat, doar cand nu este destul spatiu disponibil
https://www.screencast.com/t/oEPEJBgMOxOT
https://www.screencast.com/t/h6YzT7qaE6
Sunt multe stiluri disponibile pentru icoane in theme panel
https://www.screencast.com/t/25ub7K9b5

4. Acele tag-uri post fi customizate doar cu CSS, la momentul acesta. Nu este o setare pentru a personalize culoarea acestora. Poate va fi disponibila dupa un update viitor, nu as putea spune sigur.
Deci se poate folosi CSS in aceasta privinta
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

5. Sectiunea de latest (si sidebar aferent) va fi afisata cand este selectat acest page template
https://www.screencast.com/t/ytNJMKHQmw4
Se poate customiza, sunt optiuni pentru aceasta sectiune. Sau se poate selecta un page template diferit.

6. Acele elemente din footer sunt predefinite. Unele footer templates contin elemente predefinite, altele sunt goale
https://forum.tagdiv.com/footer-templates/
Elementele predefinite nu pot fi modificate. Se pot adauga widgets in footer configurate dupa preferinta
https://www.screencast.com/t/G1gd1co9WdMv

7. Acela este un post template (post template 11). Sunt multe modele din care se poate selecta, indiferent de demo instalat
https://forum.tagdiv.com/post-templates-2/
Pentru featured video posts se recomanda a fi folosite doar unele post templates
https://forum.tagdiv.com/featured-image-or-video/

8. Se poate customiza in theme panel cu setarile disponibile
https://forum.tagdiv.com/more-articles-box/

#Sugestii

1. Se poate selecta sa se incarce mobile logo can meniul e sticky, in theme panel
https://www.screencast.com/t/HrQYiiKkHVqQ

2. Multumim pentru sugestie, o sa adaug acesta propunere pe lista noastra.

Multumesc!

Simion C.
tagDiv Staff

Hi,

The post social sharing can be disabled if you want. This can be done in the theme panel (both top and bottom sharing)
https://www.screencast.com/t/QCdic5xsVUno

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the author box widget, this has options to set a custom link for the title and also for the author page text
https://www.screencast.com/t/mYv2xAzZAa
You can set any link you want for those elements. Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see the font is not loading on your website, there is an error
https://www.screencast.com/t/JdvpyDnQWal
So the text font defaults to browser font. In similar cases the solutions provided in these topics worked
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/

Also a thing to note is that fonts may look different based on device and operating system
https://www.smashingmagazine.com/2012/04/a-closer-look-at-font-rendering/
https://webmasters.stackexchange.com/questions/9972/how-can-i-make-fonts-render-the-same-way-across-different-web-browsers
Browsers have different methods of rendering fonts. You could try to find common fonts which will look similar on all browsers.

Thanks

Simion C.
tagDiv Staff

Hi,

The message seems to point to WordPress files. If you made any modifications to WordPress files remove them.

The speed optimization guide render blocking mentions a code that must be entered in the theme functions.php file if that is what you are trying to do
https://www.screencast.com/t/LW8PEyW9aD9

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website, there are no issues with it from what I can see. Please provide some more details about the issues you are having.

Note that we did not receive any other negative reports after the WordPress updates, from our users. Also in our tests there were no issues present.

Thanks

Simion C.
tagDiv Staff

Hi,

So you are using Visual composer for your pages. Note that if you updated from older theme versions to the latest version, then the tagDiv composer will be activated by default. This composer was introduced in version 8
https://forum.tagdiv.com/tagdiv-composer-tutorial/

When both Visual composer and tagDiv composer are active there could be issues. Please go to the plugins section and deactivate the tagDiv composer. Then the Visual composer stretch row option should work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website, there is no problem with the thumbnails from what I can see
https://www.screencast.com/t/s7FxAG2cFMzN

The latest articles is using module 16 at the moment on your website. Module 16 uses thumbnail size for the image
https://forum.tagdiv.com/theme-thumbs/
Thumbnail size by default is this one (created by WordPress)
https://www.screencast.com/t/HsWHH39vSgI0
There are many modules to choose from and use for the latest articles section, you can try a different one
https://www.screencast.com/t/phzKSY46J

Thanks

Simion C.
tagDiv Staff

The theme ad sections are not specific for Adsense ads. That ad you mention is a simple image with a link added in the ad section. For example here I use an image from media library with a link
https://www.screencast.com/t/rUTZ8mA9j
So you can display an image of your choosing wrapped in a link. Also you can have different ads based on device
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,


@rsenzon
Then something is not working properly with the composer. The display settings should be present for both rows and elements, at the bottom of the CSS tab
https://www.screencast.com/t/ciNBi3qLu

You could try to deactivate and delete the composer, then install it again. Additionally check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
If needed ask your hosting provider to increase the allocated resources. Also as a quick test try deactivating all plugins, leave only theme plugins active. Test to see if the options appear. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The Envato license terms can be ambiguous at times indeed. However it mentions that as long as the theme is used for a single end product (website) than there is no problem.

So in this case there will be no issue if you removed the previous website and create a new one using the theme. Install it and activate it normally.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try a code like this to make the header transparent
https://www.screencast.com/t/natmBKVX4C
This code will apply to the whole website, it could be made more precise if needed. It can be entered in Theme panel->Custom CSS

.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-container-wrap{
background-color: transparent;
}
.td-header-gradient:before {
display: none;
}

Please let us know if this is not what you wanted, we will try a different solution.

Thanks

Simion C.
tagDiv Staff

Hi,

That Woocommerce message will not affect the plugin functionality in any way. It is a simple message that can be dismissed. We will make the necessary modification in the theme update which will be released next week.
So do not worry, there will be no issue with the plugin or theme.

Regarding that other message with geolocation, you might be missing a file according to this topic
https://wordpress.org/support/topic/cant-resolve-maxmind-geoip-database-issue/
I do not have that message, the respective file is present in the uploads folder
https://www.screencast.com/t/6TLjbS4Uy
You could try that method yourself, or maybe ask the hosting provider for assistance.

Thanks

Viewing 25 posts - 12,501 through 12,525 (of 20,681 total)