Hi Sofian,
try this: http://screencast.com/t/2bMgzLrArllP
the code:
locate_template($template_path, true);
Yes… some of the implementation of the core is not child theme friendly 😐 but we are working on it.
-
This reply was modified 11 years by
Radu.
Hi,
please send us your server error log to contact@tagdiv.com .
If you want we can download the log our self if you send us ftp login credentials and also wp-admin access.
Hi,
Our css is not the biggest one, we worried about that too but we found other themes with bigger ones. The css got so complex due to market demand. Users don’t want simple themes anymore and the majority of users what a theme that works with a lot of other features.
Even with such a huge css file the theme performs very well. The css when it’s gzip by the webserver is only 50Kb .
less makes everything more easy, for example we have the following variables that we use in all the theme http://screencast.com/t/vcfpBFxa .
Hi,
please give me your link and we will see if it’s possible to tune the footer via custom CSS.
Hi,
please give me a url to your site so that I can see the markup. (it may be a bug in the theme or I may not understood you well enough)
Hi,
the documentation for the theme is here: https://forum.tagdiv.com/wordpress-information/
1. https://forum.tagdiv.com/existing-content/
2. you can use style 5 – post template https://forum.tagdiv.com/default-post-templates/
3. you can use the predefined layouts https://forum.tagdiv.com/how-to-use-visual-composer/
Hi,
please try to use this footer template: http://screencast.com/t/xpGafGRXgvEU .
Hi,
I think the paragraph that has to be deleted is this one: http://screencast.com/t/THL0r5GJ . I’ve tested it and it works.
sorry about that
Hi Neelch,
please give me a url to your site. The images you attached do not seem to work.
Hi,
do you have any excerpt (spaces or other characters) entered here?: http://screencast.com/t/e2pqFynmC9CE http://screencast.com/t/gvo79gUa3j
The manual excerpt overrides the auto generated one. For the posts that don’t have an excerpt there are two possibilities – the auto excerpt did not manage to extract the info or there is a manual excerpt like a space ‘ ‘.
Hi,
unfortunately the theme does not support that out of the box and it requires custom development. I would have done it for you but unfortunately we are working with limited staff and we have to support all of our customers.
You can find the file here: http://screencast.com/t/BHk0qmI63Fc
@BruceFischer – we have this on of suggestions list but please note that we have hundreds of feature requests and we try to pick the ones that will help the most people.
Hi,
I cannot access your site: http://screencast.com/t/z7zIXnvDggU9
@shae101s thanks for your feedback – it’s a vary good idea and we will investigate it.
Hi,
I will investigate this and I will try to add a class_exists for the three classes in the next version (1-2 weeks) for the following classes td_menu, td_tagdiv_walker_nav_menu, td_nav_menu_edit_walker . I did not managed to fully understand the consequences of such a change now because we are all replying to support requests 🙂 but I think it will allow full menu customization. (or if we include the files with locate template – that should also work).
Do your modifications now and after that you can use a diff tool like WinMerge to bring your changes to the new version in the child theme / plugin.
-
This reply was modified 11 years by
Radu.
Hi,
the main function that show the time for all modules is here:
/includes/wp_booster/td_module.php
http://screencast.com/t/KJKCcElcI
the theme is using this function from WordPress to show the time: https://codex.wordpress.org/Function_Reference/get_the_time
But the solution from my previous reply works, I’ve tested it: http://screencast.com/t/XRdHBbeKV (it’s with a 24 hour format but it’s easy to change to a AM/PM one)
hi,
unfortunatly the theme does not support that out of the box, I think you can modify our ad shortcode like so http://screencast.com/t/lHkH04FvG
if (is_user_logged_in()) {
return '';
}
if you don’t want to edit the block directly, you can use the theme api to replace it with your own implementation: https://forum.tagdiv.com/api-blocks-introduction/
-
This reply was modified 11 years by
Radu.
Hi,
unfortunately the theme doesn’t support that out of the box. In general people want the author markup because google metadata testing tool will emit an error when the author markup is missing.
Hi,
I will fix the documentation asap. Thanks for your suggestion.
Hi station,
1. on the footer I do not understand what you are trying to change. are you reffering to this? http://screencast.com/t/VwMin8jt3Pgx
2. on widgets and blocks you can use the color preset option http://screencast.com/t/1XJN0VW7I This will indeed change the background color and the label for that block. The color presets can also be customized form the theme panel here: http://screencast.com/t/DFZTf9ON
If possible pelase give me a link to your site, it’s hard to identify the problem form the pictures.
-
This reply was modified 11 years by
Radu.
Hello all,
I’m very sorry for all the troubles. As Chris pointed out this is a whole new theme that is released for free for all of our existing customers (and it’s the biggest theme we ever made). I know we could have prepare better for the transition and I’m very sorry for all the problems that the update caused but from now on the theme is built to be stable for at least one year. We are already writing huge amounts of documentation about the inner workings of the theme and the theme api, we will not change it again for some time.
-
This reply was modified 11 years by
Radu.
Hi ajaffarali,
it is not that easy… for example the grid from Newsmag is very special and I’m very happy that it works like it is. I’m sure many people are trying to replicate it but it’s very hard to make it work with visual composer + all the other things (blocks). We are already investigating a new grid system for Newsmag that will be a big improvement. Plus there are many more front end differences.
Hi,
I do not know about what are you referring with Author Region, can you please give me more details? Unfortunately the theme cannot record total author views.
Hi,
both themes share the same core and API and in the future we will improve them. It really depends if you require a site that is a bit wider and not boxy or a site that is not that wide. Newspaper also has a couple of more features (like categories that are easier to customize, big grids etc) but the theme is also a bit more expensive.
We plan to bring a lot of features to Newsmag soon and we will also be very careful to keep compatibility with the older version.
Hi,
I will fix this in the next update (probably by adding a try catch or @). (6.2) Thanks for reporting it!