Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Sorry for the delay.
Please deactivate speed booster also, this may cause something like this also when used in conjunction with other plugins so please make sure that this isn’t happening due to some other plugins by deactivating all plugins and enable only the speed booster plugin then please make sure that you are emptying cache files then check again.
Also note that you don’t need to keep the speed booster plugin active if it dose work without it you can leave it disabled.
Please let me know about what you find.

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Change this to <h2>: http://screencast.com/t/xTi8YTlxpWQ

Thanks

Lucian
tagDiv Staff

Hi,

To add the heading tag to the site title you would have to edit the header.php file and place condition there that if it’s the front page to display the title into an <h1> tag.
If you want to add it to the logo you would have to add it according to the header style you use.
Ex:
Edit this file if you use style 1 and do the same for other styles: http://screencast.com/t/IKIkLz5EG9iA

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that now the menu is in the same line with the menu: http://screencast.com/t/o7mqjkbg8
Have you managed to get this done?
Please let me know. If this is not what you want please send a screenshot of what you want to achieve would be helpful.

Thanks

Lucian
tagDiv Staff

Hi,

Add it like this for the social sharing buttons: http://screencast.com/t/h8lxDhBh
There already is an rel="nofollow" on social counter buttons: http://screencast.com/t/1LShF2dug9t

Thanks

Lucian
tagDiv Staff

Hi,

If the “events notices” are represented of an image you can simply use the ad boxes from theme panel and place there the image, like this:

<div class="td-visible-desktop">
    desktop ad code
</div>
<div class="td-visible-tablet-l">
    tablet landscape ad code
</div>
<div class="td-visible-tablet-tp">
    tablet portrait ad code
</div>
<div class="td-visible-phone">
    phones ad code
</div>

Place your image in the div tags, like this:

Example:
<div class="td-visible-desktop"> 
   <a href="http://google.com" target="_blank">
      <img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg">
   </a>
</div>
<div class="td-visible-tablet-l"> 
   <a href="http://google.com" target="_blank">
      <img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
   </a>
</div>
<div class="td-visible-tablet-tp">
   <a href="http://google.com" target="_blank">
      <img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
   </a>
</div>
<div class="td-visible-phone"> 
   <a href="http://google.com" target="_blank">
      <img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg">
   </a>
</div>

Note:
Instead of http:google.com add the link to the desired location.

You can read more about this here.
If you want different type of content there you can managed, depending of the header style you use, from here: http://screencast.com/t/0TEZo1Uhn
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

This option should work. Please make sure that your the changes you make in the theme panel are changed, if the settings are not saved you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Based on the fact that I have checked your site and noticed that you already set other categories from the menu as mega menu I figure that you know how to also make “entertainment” as a mega menu, just to be sure please check that this category is set like this in appearance > menus: http://screencast.com/t/22v0vgXjb4
If this isn’t the reason please deactivate all plugins, empty cache and check again.
You can change the layout for a category from theme panel, like this: http://screencast.com/t/DWq0A4au
Please also check to see if the changes you make in theme panel are saved and let me know.

Thanks

Lucian
tagDiv Staff

Hi,

Replace the code from menu-header.php file with this one: http://pastebin.com/5C9Nz1wD This will make the menu full width and remove the header search.
Regarding the header background image, use this custom css in theme panel > custom css: http://screencast.com/t/fv08Lf8eN

.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}

Replace https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw with the URL of the image you want to add as a header background.
For the other matter you can use module 7 layout or send an e-mail at contact@tagdiv.com with an request for an tutorial on how to build a custom block.

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

I have tested this and works fine, that feature comes from WordPress. Note that this will apply only for blog pages. Also make sure you are not using excerpts, if you are the <!--more--> must be before the excerpt length is exceeded.
Ex:
* http://screencast.com/t/8UQyd9u3Tq
* http://screencast.com/t/o6TPqehtDnnQ

Thanks

Lucian
tagDiv Staff

Hi,

Use this: http://screencast.com/t/R2sbQHswC

.td-style-8-menu-wrapper .td-li-wrapper-menu .sf-menu .current-menu-item a {
color: red !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can use the do_shortcode() function and add the ‘code A’ on the category template and use a condition like this to show it only if it’s a specify category using this method: https://forum.tagdiv.com/topic/block-widget-to-appear-in-one-category/#post-21306
You can do the same for the ‘code B’ which you want on other categories.
And use the method I suggested above using Advanced Custom Fields plugin to display ‘code B’ and/or ‘code A’ on posts template.
If you can’t manage to do this alone we recommend you to hire a freelancer to do it for you.

Thanks

Lucian
tagDiv Staff

Hi,

To answer to your first question what you can do is to change the background color or use a background image, you can set this from theme panel: http://screencast.com/t/G5puf7Qas
Unfortunately the theme doesn’t have feature like that, you can try to find a plugin to display a category bar or something like that or hire freelancer to do it for you.

Thanks

Lucian
tagDiv Staff

Hi,

Could be possible to do it via css, please send me your site’s URL, I need to inspect this so I can provide you solution for it.

Thanks

Lucian
tagDiv Staff

Hi,

I understand, thanks for your suggestion’s, I have added this on our list and we will consider this.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

This happens because the custom ad boxes you have added aren’t styled. As we don’t provide the theme with this extra custom ad boxes we also don’t add a style for them.
What you can do is to add the css in your custom css filed in theme panel after each theme updated or you can add this style in your style.css file or you can use this child theme
Either way you chose to do this you will have to add again the css for new custom ad boxes after each update except if you use the child theme but note that using the child theme you can’t change all files using it, I’m not sure that the files td_ad_box.php and panel_ads.php can also be modified using it, my advice is to make a copy of all the changes/files you have made/modified and make this changes after each update on you main theme.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I believe he used this plugin: https://wordpress.org/plugins/contextual-related-posts/

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

I have tested this on my side and worked fine for me: http://screencast.com/t/mxZ6cA2uBjOb
Please make sure you use only the theme required plugins and try again, also if you use any cache make sure you empty the cache after you save the changes and before you check for results.
If you still can’t managed to solve this please send me your site’s URL so I can inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

You can achieve that by setting a category to use the mega menu feature, like this: http://screencast.com/t/vBDpppKzSf0p
Make sure the category doesn’t have subcategories and sub-items.
Result: http://screencast.com/t/3nGT5Nr27or
You can also read about this here: https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks

Lucian
tagDiv Staff

Hi,

The theme doesn’t have a feature like that and you will need custom work to do this and we cannot provide any type of custom work at this time as we are working hard in development, updates and support. If you don’t have any basic php/html/css knowledge and can’t managed this alone we recommend you hire a developer to do this for you or you can try to find a plugin that dose that.
You can also send an e-mail at contact@tagdiv.com and we will send send you a tutorial on how to build an custom block, specify this in your message subject.

Thanks

Lucian
tagDiv Staff

Hi,

We don’t store any info about your server and you can use the same key for all your development and production servers.
It’s just an warning and we have added this extra step to better serve our paying customers.

Thanks

Lucian
tagDiv Staff

Hi,

Replied via dashboard!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please provide your site’s URL, I need to inspect this so I can provide a solution for this.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we are still investigating the issues we have with this post sorting and hopefully we will provide a fix within next theme update.
I have made a quick search and found a small hack on how to “show only posts in jetpack top posts & pages widget” You can go over it and check if this works for you also.
Sadly due to the short time that I have available I’m not able to configure this and make tests with it so I can’t assure you it will work.
Please let me know if this helps.

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please follow this topic, I have posted a solution for this there:
https://forum.tagdiv.com/topic/sidebar-ads/#post-21850

Thanks

Viewing 25 posts - 4,851 through 4,875 (of 6,600 total)