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,

Please check this guide – https://codex.wordpress.org/Moving_WordPress
To fix the images url (and other urls) use the following plugin – https://wordpress.org/plugins/velvet-blues-update-urls/
A plugin may also be used but i cannot recommend one because i didn’t do any tests, sorry.

Thank you!

Emil G
tagDiv Staff

Hi,

Yes, the path is correct. To check if it on the right spot just change something inside the file and see if it applies on the site.

Thank you!

Emil G
tagDiv Staff

Hi,

I;ve checked it on my side and the theme code doesn’t interfere with disqus – http://screencast.com/t/wtfEdgaT – on line 1501 there’s nothing on my side – http://screencast.com/t/SyMJSwE2

Please check if the js comes from the theme or another plugin. Or provide more details so i can replicate this issue on my side.

Thank you!

Emil G
tagDiv Staff

Hi,

That section is controlled via js, the number of elements displayed is calculated based on the container width. Try to change the following width – http://screencast.com/t/8nPe40qqN – make sure you don’t go over the page total width.

Thank you!

Emil G
tagDiv Staff

Hi,

The plugin uses wordpress default settings, here’s a discussion from the plugin forum – http://screencast.com/t/v6q8uXTUmcJ
Try this guide and see if it works – http://beginnersbook.com/2013/09/change-post-excerpt-length-wordpress/

Thank you!

Emil G
tagDiv Staff

Hi,

I’ve checked your page and the css and js was moved at the page bottom – http://screencast.com/t/X7w4kAL9
On our demo we use the default settings and only a few plugins. On your side the difference is that you changed the default settings, this adds extra css at the page end and google may consider that the resources are not actually called after the content was rendered. You also use one or more extra plugins, one of them adds a lot of inline css in the page top section – http://screencast.com/t/xgsqcewD
Try to make some tests with the theme default plugins and see if there’s any difference.

Thank you!

Emil G
tagDiv Staff

Hi,

I’ve tested Disqus and it works fine on my side, please provide more details about your issue.

Thank you!

Emil G
tagDiv Staff

Hi,

The structure must be maintained, if the file is in the main theme root you can copy it in the child theme root.

Thank you!

Emil G
tagDiv Staff

Hi,

Yes you can, there’s no problem.

Thank you!

Emil G
tagDiv Staff

Hi,

We’re going to include the update list inside the main log file, it’s going to be something like [v4] ….
Until now we didn’t do any updates, there were no security issues.

Thank you!

Emil G
tagDiv Staff

Hi,

Sorry for this, we’re going to fix it in the next update.

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately i don’t know of any solution for this. I know there’s a plugin which allows thumb regeneration for featured images – https://wordpress.org/plugins/ajax-thumbnail-rebuild/ – but you need something for the future added images. Try to look for a plugin which may add such an option.
You could also disable the thumbs for the unused modules from Theme Panel -> Block Settings – http://screencast.com/t/raifkogiRun

Thank you!

Emil G
tagDiv Staff

Hi,

The theme logo can only be set globally, to set a different logo for each page you have to modify the code. Unfortunately this is not an easy task so i cannot provide a quick solution for it, you can find the code here – http://screencast.com/t/uJdyrXKTRPYj – If you don’t have programming experience i suggest that you look for a professional developer to help you with this modification.

Thank you!

Emil G
tagDiv Staff

Hi,

If you clone your site it should work, the images file names has to match.

Thank you!

Emil G
tagDiv Staff

Hi,

Did you made a custom template for the author page? the page should look like this – http://demo.tagdiv.com/newspaper/author/admin/

The issue may be caused by cache, if you use a cache plugin try to delete it (sometimes the cache is disabled only if you delete the plugin) and see if the issue is still there.

If you made modifications on the theme code check those modifications to see if there’s something which may alter the author page look.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Do you want to reduce the space between modules? Please provide the site url so i can take a look at that area, if you don’t want to paste it here send it via email at contact@tagdiv.com , also provide details.

Thank you!

Emil G
tagDiv Staff

Hi,

Replied via email.

Thank you!

Emil G
tagDiv Staff

Hi,

@blockquote – You mean like this?- http://screencast.com/t/S5vMLXfIpzN

1-6 The theme has default css and the quotes are automatically set to uppercase, try this – http://screencast.com/t/t0qKZof0WoX

.td-post-content blockquote p {
text-align: left;
text-transform: none;
}

I’ve tried the settings on my side and they seem to work – http://screencast.com/t/nMwycroWqhttp://screencast.com/t/GV23x2rzt

Thank you!

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

Hi,

If you use a cache plugin you have to enable the Ajax view count – http://screencast.com/t/Mg7Ls0Uh
The theme view count feature registers one view for each page access (including page refresh), the other systems may filter for unique users or other criteria and that’s why the results are different.

Thank you!

Emil G
tagDiv Staff

Hi,

Yes you can, there’s no problem.

Thank you!

Emil G
tagDiv Staff

Hi,

If you update from Newspaper 4 then note that Newspaper 6 is practically a new theme, the code structure was modified and the old custom modifications(or custom css) have to be rewritten.

If you refer to the latest update then yes, you have to save the custom code modifications (or backup the current theme) on you local hard disk, install the latest version and reapply the code modifications. The css added in Theme Panel -> Custom CSS is not affected because it’s saved in the database and you only update the theme files.

The best practice is to backup the side before updating (usually there’s a backup option in the cpanel/host administration area). If you use a cdn or a cache plugin clear the cache (purge cdn files).

Thank you!

Emil G
tagDiv Staff

Hi,

The size included in the ad code is ignored. The theme automatically sets a size for the ad – http://screencast.com/t/N96lnBPYo – you can change it from the ad settings panel – http://screencast.com/t/dbgpk78kPd

Thank you!

Emil G
tagDiv Staff

Hi,

Add the following css to Theme Panel -> Custom CSS:

.td_category_template_6 .td-category-header {
background-color: rgba(0, 0, 0, 0.5);
}
.td-image-gradient-style8:after {
-webkit-box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
}

Play with the 0.5 parameter, it’s the opacity, 0 is transparent and 1 is opaque.

Thank you!

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

Hi,

1. The TagDiv gallery is just an element which can be added on any page or post, there’s no post format for it. To remove the featured image you could use post style 5 – http://screencast.com/t/yJvQ4vYuR

There’s also a general option in Theme Panel – http://screencast.com/t/K4Rtz15xJ

And a general template option – http://screencast.com/t/4vXzk6BNttH

2. You mean to automatically change the image on load? unfortunately the theme doesn’t have such an option, it may be possible with custom modifications on the code.
3. The thumbs used on it are cropped automatically, not sure what you mean, please provide more details.

Thank you!

Emil G
tagDiv Staff

Hi,

Try to add the following code at the end of the functions.php file – http://pastebin.com/rkf6ZUr9

Thank you!

  • This reply was modified 11 years by Emil G.
  • This reply was modified 11 years by Emil G.
Viewing 25 posts - 326 through 350 (of 1,285 total)