Hi,
Here you can change the social sharing code(top and bottom): http://screencast.com/t/quKgidvo5 – http://screencast.com/t/n4STc5QoN5
Thanks!
Hi,
I also checked your site using iphone 5 and didn’t found any issues it is exactly like on chrome emulator: http://screencast.com/t/fh3Sm69sQLja
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css:
*Post: http://screencast.com/t/pKo1aFudMEv
.single .td-main-sidebar {
border-top: 0px;
}
*Category: http://screencast.com/t/q7SGQiQUZxI
.category .td-main-sidebar {
border-left: 0px;
}
For pages you can edit the column if you refer to the content sidebar and set border to 0: http://screencast.com/t/AUZpBR5U
Also if you refer to the Latest articles sidebar you can use this custom css: http://screencast.com/t/aFuZHicUE
.page .td-main-sidebar {
border-left: 0px;
}
Thanks!
Hi,
Please try this custom css for this: http://screencast.com/t/BYhUfaE9b9
.td-load-more-wrap {
color: white;
background-color: rgba(0, 0, 255, 0.59);
padding: 10px;
}
.td_ajax_load_more {
margin-bottom: 0px !important;
}
.td_ajax_load_more .td-icon-menu-down {
display: none;
}
Thanks!
Hi,
It appears like this because you use post style 5 and you haven’t set featured image: http://screencast.com/t/f47T0uqInIF – http://screencast.com/t/oslDMv4U62
When you set featured image it will looks like this: http://screencast.com/t/GzHeHZe4 If you don’t want to show featured image on the post please use post style 7, set the featured image and it will appear only on modules/blocks but not in article: http://screencast.com/t/jLoq9AjQa7c
Thanks!
Hi,
The only way that you can achieve this is to use row in row something like this: http://screencast.com/t/34WgX8zbq – http://screencast.com/t/HDn3Xr4ioj and add td-ss-row to the first row settings(not to the column like you did above) – http://screencast.com/t/MVODoY0a
Please note that it may some blocks to not be displayed well with this solution, but you can test this and see which ones are displayed fine.
Thanks!
Hi,
If you use child theme please note that we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment modules and parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.
Sorry for the inconvenience!
Thanks!
Hi,
Please try to add it like this in the header.php – http://screencast.com/t/XHpJCgkKU3
And then use the other codes in Ads section from Theme Panel for example: http://screencast.com/t/DoGTPa1V4a
Thanks!
Hi,
There is an option in Theme Panel to disable it: http://screencast.com/t/Oyr2cSXhl7 this option will disable the header for all categories(if for all categories is set default). Or you can disable it for each category.
Thanks!
Hi,
Please provide more details about your issue and also paste a link so I ca inspect this.
Thanks!
Hi,
Please provide more details about this as I’m not sure what you want to display. If you refer to the megamenu on phones, it wasn’t been designed to work on small screens. This is your menu on phone screens: http://screencast.com/t/CO9GBHoSmAh
Thanks!
Hi,
The link takes the theme accent color from Theme Panel: http://screencast.com/t/ueN9xVPRQy7n – http://screencast.com/t/1bGTyix3mH
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/coYYmwAZaOXA
.td-post-content a {
color: red;
}
Thanks!
Hi,
Here is the homepage for Video stack – http://pastebin.com/h246m20c just paste the shortcodes to your page – http://screencast.com/t/recfbnHkmCnp
Thanks!
Hi,
You can change title length from Theme Panel > Excerpt section for each module: http://screencast.com/t/5tFxYXCBP
Thanks!
Hi,
You have to edit loop.php file like this: http://screencast.com/t/kXKRxx26
$adcounter = 0;
$adcounter++;
if (is_category() or is_tag()) {
if ($adcounter == 2 or $adcounter == 4) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
}
Result: http://screencast.com/t/Grz40A7iV3
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css and change the color how you need: http://screencast.com/t/xdHFtOJfjC
.td-load-more-wrap a {
color: white;
background-color: rgba(0, 0, 255, 0.59);
padding: 5px;
}
.td_ajax_load_more .td-icon-menu-down {
display: none;
}
Thanks!
Hi,
You can import Video stack – http://screencast.com/t/c3Elrbewx – http://screencast.com/t/JrGm3mS5
And build your homepage using Visual Composer as you need, the backend of homepage from demo – http://demo.tagdiv.com/newsmag_video/ is simple – http://screencast.com/t/nkeruWuOQaP0
Thanks!
Hi,
When we updated Newspaper theme the latest version of Visual Composer was 4.4.4. We always test the new version of the plugin with our theme and then we include it in theme files when a new version of the theme is released.
Do you mean that when you switch to Classic mode, you cannot add text there? – http://screencast.com/t/1bHbegjlVbix
When the Backend editor is active you can add blocks using Visual Composer and you can add text using text block – http://screencast.com/t/okb9RUW8VV
Please provide more details about your issue if this doesn’t solve it.
Edit:
Sorry I didn’t see your reply!
Please also try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue. Let me know!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have edited your post and removed wp-access as this is a public forum and you should not provide credentials here.
I have also checked your site and there is no margin there, the width of the images is smaller than it should be: http://screencast.com/t/xLIhwOEj2hG – http://screencast.com/t/hDEGSKSK So please regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and see if this solve your issue.
Thanks!
Hi,
I tested again the code from pastebin and it works fine, please make sure that you copy all the code I provided to you. At line 90 it must be }: http://screencast.com/t/FVqKXtDTVbr
Here is my result with that code and it should work also for you: http://screencast.com/t/sHhCPuH9bny
Thanks!
Hi,
I don’t recommend to reduce to decrease this padding as it is part of the grid width. Modify it you will need to modify also the width of the theme. Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
Thanks!
Hi,
Unfortunately theme doesn’t have an option to show author, category or date on Big Slider, this can be achieved with custom modifications to the big slide module as it was not designed to display meta info.
Please note that in Newspaper 5 will be added more option in Theme Panel for this.
Thanks!
Hi,
You can find modules files in the theme folder maybe this screenshot will help more – http://screencast.com/t/gfQE0AvK9JFn and check all modules.
Hope this helps!