Home User profile
tagDiv Staff
I'm passionate for computers, sports and games. I spend a lot of time playing around with divs, scripts, codes, containers. I also coordinate the support team to make sure every customer is properly treated.
Emil G
tagDiv Staff

Hi,

@khrifats – please provide the site url so we can take a look.

Thank you!

Emil G
tagDiv Staff

Hi,

Try to remove all the custom code added to the page (ads, html areas, etc), i suspect this issue is caused by an error in the code. Also try to disable all plugins except Visual Composer and see if the issue is still there.

Thank you!

Emil G
tagDiv Staff

Hi,

No, the robots.txt file just adds restrictions for the bots(ex. Google crawler) – https://en.wikipedia.org/wiki/Robots_exclusion_standard

Thank you!

Emil G
tagDiv Staff

Hi,

If you use SpeedBooster the theme loads the minified version of the js – http://screencast.com/t/obG5LL8U49d
If you don’t use the plugin switch(rename tagdiv.theme.min.js to tagdiv.theme.js) the files and exclude the tagdiv.theme.js from the plugin minification (if the plugin allows exclusions).

Thank you!

Emil G
tagDiv Staff

Hi,

If you use SpeedBooster the theme automatically loads the minified version of js – http://screencast.com/t/0cjknOCuv
We may include a minify version of the style.css file in the future but we also want to keep an unminified version for the users who want to make changes on the theme default css.
The case in which the clients use only the theme plugins is extremely rare, and many plugins come with their own css/js and a minification plugin will still be required.

Thank you!

Emil G
tagDiv Staff

Hi,

The file contains a class – http://screencast.com/t/rt23wMnlSl
It’s called here – http://screencast.com/t/yqSwwVTwJhttp://screencast.com/t/QZT6xBLroKf – and the file – http://screencast.com/t/LeWWoYb41G
I guess you have to create a copy of the get_image() function and add it into your theme – http://screencast.com/t/zHqwCccUgzG
The function is called on the single templates – http://screencast.com/t/BZ4u2cpqw

Thank you!

Emil G
tagDiv Staff

Hi,

I guess you refer to the 3 small thumbs present on the Big Grid, their position was changed on mobile view, they work as a slider – http://screencast.com/t/4iF8WUfd

Thank you!

Emil G
tagDiv Staff

Hi,

Do you refer to the logo and top-ad area? Those are not widget areas, to transform them into widget areas you have to make modifications on the code – http://screencast.com/t/jjmrVTddG2
On the top menu bar you have to do the same thing – http://screencast.com/t/qMVtMarX3Tz

Thank you!

Emil G
tagDiv Staff

Hi,

That’s the old version of the theme, it was included for the people how are still using it. Version 6 is also there – http://screencast.com/t/TQNYqJBw70

Thank you!

Emil G
tagDiv Staff

Hi,

The sidebar position must be changed from Theme Panel -> Template Settings – http://screencast.com/t/bHwuio7F3

Thank you!

Emil G
tagDiv Staff

Hi,

The scroll to top button is located in the header.php file – http://screencast.com/t/8EN0Syga
We use js to add a class and change it’s default display: none attribute. The default css can be found in the style.css file – http://screencast.com/t/eLsk8ja6J

Thank you!

Emil G
tagDiv Staff

Hi,

I’ve checked your lists and they’re fine. – http://screencast.com/t/0CQAW2Ht6Mr
Please provide more details.

Thank you!

Emil G
tagDiv Staff

Buna ziua,

Trebuie sa activati comentariile pentru pagini din Theme Panel -> Template Settings – http://screencast.com/t/ya1pYvlTs4OJ

Thank you!

Emil G
tagDiv Staff

Hi,

The theme only comes with a general and a category background option. The posts inherit the global or the category background.
Depending on the post template(style) used, for single posts you could change the background with custom modifications and css, ex: – http://screencast.com/t/4ABmQADzQhttp://screencast.com/t/zYxxC1pCFzMUhttp://pastebin.com/9BWuHH4Mhttp://pastebin.com/HK3FNdD1

Thank you!

Emil G
tagDiv Staff

Hi,

Some images are taller and the container height causes this behavior. Try to add the following css in Theme Panel -> Custom CSS, see if it works for all posts – http://screencast.com/t/cCZ4YKdr5K

.td-post-template-1 .td-featured-image-rec {
height: 280px;
}

Thank you!

Emil G
tagDiv Staff

Hi,

The unique articles function doesn’t take into account those settings. I’ve added it on our list, we will check if it’s possible to make it work with this feature. If it’s not possible we will stay to our original plan (to change the mobile theme functionality). All this research may take some time and i cannot say if we’ll find a quick solution or it will take more time. Until then my advise is to try one of those solutions presented in my previous reply.

Thank you!

Emil G
tagDiv Staff

Hi,

You have some images on the content, the css specifies a large max-width and this issue appears because they have inline height/width – http://screencast.com/t/hlxeX8AnP
You could fix this with custom css, add the following css in Theme Panel -> Custom CSS:

@media (max-width: 1018px) and (min-width: 768px) {
.alignleft {
max-width: 100% !important;
}}

The rest seems fine.
Let me know if this works for you.

Thank you!

  • This reply was modified 10 years by Emil G.
Emil G
tagDiv Staff

Hi,

This section is a dynamic one and unfortunately i cannot provide a quick solution for it, sorry. My advise is to look for a professional developer to help you modify it, look for one on places like http://studio.envato.com/

Thank you!

Emil G
tagDiv Staff

Hi,

The options present on block settings area are defined here – http://screencast.com/t/W02Sh14Sc – you have to add custom taxonomy options.
On render the parameters are transformed into wp_query attributes – http://screencast.com/t/jGPxzoifOhttp://screencast.com/t/Kxh2sLhludhttp://screencast.com/t/i5Cwkycs
I cannot provide a solution for this, if you need to locate certain elements let me know, for the actual implementation you have to hire a professional developer.
Hope this helps.

Thank you!

Emil G
tagDiv Staff

Hi,

The theme doesn’t have an option to set a different page for mobiles, sorry. We plan to improve the mobile theme in a future update but for now i cannot say when this will be implemented. Until then you could try one of the solutions presented here – http://screencast.com/t/yQZEYNsJd6Lhttp://stackoverflow.com/questions/16165211/how-to-set-a-different-static-homepage-for-mobile-version-wordpress

Thank you!

Emil G
tagDiv Staff

Hi,

We test the theme on actual devices, the emulators are not 100% accurate.
On iPad there’s enough screen width to include the content and the sidebar, the site changes to mobile only on screen width smaller than 768px.
Unfortunately there’s no option to enable the mobile menu for tablets, sorry.
You could use the emulator included in the Chrome browser – http://screencast.com/t/VnWM4ps3LJW

Thank you!

Emil G
tagDiv Staff

Hi,

I suspect it comes from the max_input_vars – http://screencast.com/t/1qjzpTJX – try to increase it from the default 1000 to 5000. You have to check the host documentation for details on how this can be done, usually you have to add a php.ini file in the wordpress directory and add the following lines in it:

max_input_vars = 5000 
suhosin.post.max_vars = 5000 
suhosin.request.max_vars = 5000

Please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin access so i can take a look.

Thank you!

  • This reply was modified 10 years by Emil G.
  • This reply was modified 10 years by Emil G.
Emil G
tagDiv Staff

Hi,

The image format is not added, you could add it here – http://screencast.com/t/KkRcajG5xipehttp://screencast.com/t/QsToVqbK

Thank you!

Emil G
tagDiv Staff

Hi,

Please check the documentation – https://forum.tagdiv.com/background-introduction/

Thank you!

Emil G
tagDiv Staff

Hi,

It’s shorter on all devices, the smart lists uses a title excerpt – http://screencast.com/t/qD7QLtEGE5
To change this you could increase the 55 number to a higher value or modify the code – http://screencast.com/t/EwvvEXIaHA

Thank you!

Viewing 25 posts - 151 through 175 (of 1,285 total)