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,

You would have to edit the header.php and footer.php files and this line:
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); like this in the header.php file: http://screencast.com/t/ex4p1w901Vd

…and this line: <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?> like this in the footer.php file: http://screencast.com/t/Cjnh63IqAo (move it above the </body> if you need it inside the body)

Result: http://screencast.com/t/3g1alP6tF

Thanks

Lucian
tagDiv Staff

@Ecofame I have replied to this here!

Thanks!

Lucian
tagDiv Staff

Hi,

If you want the images to link to the attachment page then you will have to disable the light box, follow this topic you will find out how to do it: https://forum.tagdiv.com/topic/dont-want-light-box-for-images/#post-17108

Thanks

Lucian
tagDiv Staff

Hi,

Try to change this value: http://screencast.com/t/IbK6Oke6p
Please let me know if it works.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher, like usual very well said!

@kevinp_2012
The plugin doesn’t work using a theme other than newspaper so you can’t test it that way.
You should follow Christopher suggestions and make sure you tests this on a live website.

Thanks

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

Hi,

@thisisanfield
I have checked your site using an iPhone 6 and 6 Plus emulator and didn’t found any issues with the menu or images align on your site:

* http://screencast.com/t/rNnsAA3ovZ
* http://screencast.com/t/PnnAWI6evV

Of course that using emulators could not behave like the device but it’s a start, please let me know if you still have this issues anymore.

Thanks

Lucian
tagDiv Staff

Hi,

Better to use header style 1 and use the custom css like this:

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

You would have to make other much complicated changes to use header style 3 and change the logo position.
Use the css from above in the custom css filed in theme panel and let me know if it’s working, should change the background for all header styles. Remove the previous one.

Thanks

Lucian
tagDiv Staff

Hi,

The reason for this is the header style you are using, please make sure that you are using other header style than 3 or 6 with those styles the logo dose not changes.

Thanks

Lucian
tagDiv Staff

Hi,

Use this css:

@media (max-width: 767px){
.header-logo-wrap, .header-logo-wrap img {
display: inline !important ;
}
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
.entry-crumbs {
display: block;
}
}

Result on Safari: http://screencast.com/t/dUJHsC9R
Result on Opera: http://screencast.com/t/ayHXIay1
Also check the js errors from console.

Thanks

Lucian
tagDiv Staff

Hi,

We have tooth about adding this feature and we have it on our to-do list, unfortunately I can’t give you an ETA for this. Currently we are working on developing a new theme that will have a feature like this implemented.

Thanks

Lucian
tagDiv Staff

Hi,

You will have to add a css class to the sidebar for this which you will use to add a border between content and the sidebar like this: http://screencast.com/t/Odbfr3tX

This is the css you can use if you are using a widgetised sidebar:

.page .td-page-wrap .span4 .wpb_widgetised_column {
border-left: 2px solid #4db2ec;
padding-left: 50px;
}

For the post pages you have this class which you can use to add the border: http://screencast.com/t/Gx4TpbQsU

.td-post-sidebar {
border-left: 2px solid #4db2ec;
padding-left: 50px;
}

Use the method from the topic I have pointed you below to add classes to the sidebars used for other templates and add the border using those classes.
I have posted here how you can add a custom class to the sidebar: https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605

Thanks

Lucian
tagDiv Staff

Hi,

Please disable all plugins, empty cache and try again, this may be due to some plugins conflict, I have tested this and found no issue with this using the latest theme version (4.3).
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Have you tried adding the blockquotes using this shortcodes: http://screencast.com/t/AnwvWMYYLXG I’m not sure how you would want the blockquotes to appear.
You could use css to align the left the text and if you use child theme and don’t want to use custom css field from theme panel you can edit the style.css file and add it there.

Thanks

Lucian
tagDiv Staff

Hi,

You can replace the bullets via custom css using a css like this:

ul li {
list-style-image: url('sqpurple.gif');
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we don’t know how the theme behaves on iPhone 6 Plus devices as we haven’t made any tests with it. Thank you for reporting this and letting us know, we will try to test this until the next theme updated and provide a fix for this.

Thanks

Lucian
tagDiv Staff

Replied via e-mail!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Unfortunately The theme was not designed to work with custom post types so you need make custom modifications to it so you can use custom post types.
You can find info about this here: http://codex.wordpress.org/Post_Types

Thanks

Lucian
tagDiv Staff

Hi,

Due to security reasons I cannot install third party software like TeamViewer or Skype on my work station.
Let me know when your site will be online and I will take a look then if you still have this issue.

Thanks

Lucian
tagDiv Staff

Hi,

Yes, you can find the excerpt here: http://screencast.com/t/yDGbTc6ki7
This example is for module 2 layout, if you are using other layout you would need to edit the file for that module.
Here is the excerpt function: http://screencast.com/t/QcPiLmGmvH

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how you want this. You can do it from here: http://screencast.com/t/KvPyunsy
Or if you refer that if you can add a button which when clicked from user the comment section to appear, in this case the theme doesn’t have such a feature, you could try to find a plugin to do that.

Thanks

Lucian
tagDiv Staff

Glad I could help!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

That is the best way you can do this, create a sidebar for each category and set from theme panel, for post page you can only use one sidebar.
The was designed to work like that and doesn’t have n option for this. If you want to change the code to achieve this we recommend you to hire a developer to do this for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.

Thanks

Lucian
tagDiv Staff

Hi,

The unique articles feature was designed specifically for this job, if you don’t want to use it and you want to change the code to achieve this we recommend you hire a developer to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Thanks

Lucian
tagDiv Staff

Hi,

Regarding the comments section when the allow comments option is disabled, you could try to find a plugin that dose that, the theme doesn’t have an option for that.
About the “Automatically close comments on articles older than 14 days” option note that this will disable comments for posts older than 14 days so if an post it’s posted by more than 14 days the comments will be disabled. Please make sure that you have recent posts or change the value from 14 to 30 days. I have also tested this and works fine.

Thanks

Lucian
tagDiv Staff

Hi,

Glad to read that you have managed to get it how you like.
We haven’t made any tests with any VC extensions so I can’t tell you what issue you might experiencing.
Sorry about this. You could try to hire a freelancer from sites like: http://studio.envato.com/ to get this dose for you.

Thanks

Viewing 25 posts - 4,801 through 4,825 (of 6,600 total)