- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
Please replace the content of page-homepage-loop.php file with this: http://pastebin.com/GpYcZMNK like this: http://screencast.com/t/JkvXMoBsg
After adding this please add this custom css in theme panel > custom css like this: http://screencast.com/t/BOKsmfnVa
.td-older-pagination a {
background-color: #4DB2EC;
display: block;
font-family: 'Roboto',serif;
font-weight: bold;
height: 35px;
margin-bottom: 40px;
text-align: center;
color: #FFFFFF;
line-height: 33px;
}
After this please make sure you edit the page and use this template: http://screencast.com/t/oW1QiisNqQrW
Should work fine on local host also. If you can’t manage to do this by yourself we recommend to hire a freelancer from site like: http://studio.envato.com/
Thanks
Salut,
Ne pare rau pentru problemele si dificultatile pe care le intampini.
In ceea ce priveste light-box-ul il poti seta asa: https://forum.tagdiv.com/display-image-using-modal-window/ Din pacate o sa fie nevoie sa activezi modala pentru ficare imagine in parte deoarece nu am introdus inca o optiune pentru a o putea seta in mod implicit pentru toate imaginile. Daca doresti o poti dezactiva asa: https://forum.tagdiv.com/topic/dont-want-light-box-for-images/#post-17108
Asigura-te ca folosesti revolutin slider-ul corect si dezactiveaza plugin-ul speed booster-ul acesta poate fii cauza pentru care slider-ul nu este afisat.
Ai aici un ghid care te poate ajuta sa creezi un slider folosid rev slider.
Din pacate in momentul de fata nu poti controla meniul de pe mobile decat folosid css, poti urmarii topic-urile de mai jos sa incerci aceeasi metoda pentru a personaliza meniul pentru mobil:
* https://forum.tagdiv.com/topic/changing-the-mobile-menu/
* https://forum.tagdiv.com/topic/different-mobile-menu-when-using-megamenu-on-desktop/
Avem aceasta chestiune in vedere si vom incerca sa o imbunatatim in viitoarele update-uri ale temei.
Poti crea cate un sidebar pentru fiecare post daca doresti si sa folosestri sectiunea “Post Settings” pnetru a selecta sidebar-ul pe care vrei sa il folosesti, iar widget-urile din sidebar pot fii adugate si folosid shortcoduri deci poti folosi toate elementele din Visual Composer, doar adauga in fisierul functions.php filtrul add_filter('widget_text', 'do_shortcode'); si pe urma poti folosii shortcoduri in widgetul text.
Popup-ul “more article box” poate fi personalizat din theme panel > post settings: http://screencast.com/t/heoKx1jHg
Te rog anunta-ma daca mai ai alte nelamuriri legate de tema.
Sper sa te ajute!
Mersi!
For this error, I delete stuff from a couple files:
style.css
menu-header.less
For both, use the find command for “AAA” and delete the long codes you find in both files. You end up with just white; or transparent; as the endline.
Works for me.
Hi,
@pvisser You can hide this by adding the following custom css into the wp-admin.css file: http://screencast.com/t/0fSO7cw0
#setting-error-tgmpa {
display: none;
}
Thanks
Hi,
You can also add background for blocks if you use them without a row, you don’t need to place the block into a row to set a background for it, and you can use custom css to add a background.
If you still want to use the blocks in rows you can try it this way:
* add each block inside a row.
* In case of the sidebar you can build it from dashboard > appearance > widgets and for the elements you can’t add from there to the sidebar you can use a text widget and add them via short-codes. To get the short-code as you like use page builder to build the widget(tabs/blocks/…) then add the shot-code inside an text widget and into your sidebar.
* to make the short-codes work into the text widget just add this filter into functions.php file: add_filter('widget_text', 'do_shortcode');
* after you did this just use the Page Template Settings to use a sidebar and use the one you created.
Thanks
Hi,
Please let me know if I’m wrong but I believe you refer to block 9 excerpt size and font family and in this case you can change the excerpt settings from theme panel > custom typography > tabs section: http://screencast.com/t/Y1hdDqbBnKKq
Note that this will change the excerpt’s font settings for all modules excerpt not only for block 9.
You can use this custom css in theme panel > custom css to target and change the font size and family only for block’s 9 excerpt:
.td_mod8 .td-post-text-excerpt {
font-family: Lobster;
font-size: 20px;
}
Should work like this: http://screencast.com/t/uZjaWb60VJzu
Thanks
Hi,
Thank Christopher!
@Stephanieb Please make sure you also empty all cache files and purge files if you use any CDN or cache plugins and with all plugins disabled check again for this issue, this should not happen so it must be generated by a plugin.
If nothing works please send an e-mail at contact@tagdiv.com and provide your wp-admin user and pass so we can check this, please also send a link to this topic or specify your issue in details.
Thanks
Hi,
You can use a custom css similar to this: http://screencast.com/t/41geMxjVVP
.td-footer-wrap .block-title {
margin-bottom: 0px;
}
Use “inspect” tool and use classes to target and apply the css to the widget you want.
I can’t give an exact answers unless I inspect this so please send me your site’s URL so I can provide a better solution for this.
Thanks
Hi,
Unfortunately you can’t do it, the theme doesn’t have any features that will allow you to do that, the only changes made to the mobile version of your site are layout and style changes which are done via css but the content remains the same, if you like you can hide some of the content also using custom css.
Thanks for the message!
Thanks Lucian, work perfectly for me.
Hi,
Use this css in theme panel > custom css: http://screencast.com/t/SF0stGgc
.td_mod10 .meta-info {
display: none;
}
.td_block_10 .td_mod10 {
margin-bottom: 0px;
}
Thanks
Hi,
Unfortunately there is no way at this moment, we have this on our to-do list and we will enable the mobile logo to show with other two style as well, until then you can use the style you have now.
You can use this custom css in theme panel > custom css to get the logo show good as it is now: http://screencast.com/t/3ZBxIJ8J6
@media (max-width: 767px){
.header-style-3 .td-logo img {
right: 0px;
top: 3px;
width: 767px;
height: 48px;
}
}
Thanks
Ah, yes… some plugins and widgets add in code to the main WP admin panel, and that has changed quite a bit since WP 3.9, and so many plugins written prior to that which have not been updated may be putting in javascript/ajax which might be breaking the overall admin system in some way, such as loading duplicate version of jquery, etc.
If it’s one plugin at fault, presumably you could see if they have updated version, or, at least for the development phase of website, turn the plugin off to setup your site, then when “done” turn the plugin back on.
Not an elegant workaround, but that’s the only advice I had if it’s not the browser, or the php.ini issue.
Hi,
Thank you Steven and Lucian.
Its time to test these css codes.
Best regards
ecofame
Hi Lucien,
Thanks for picking up the error – it is related to my mailing list widget and I’m investigating it. I changed the max_input_vars from 1000 to 3500 (the highest option) and it is still not working. I tried to change the custom css on another page and it is doing the same thing. I deactivated all my optional plugins and tried again – same thing. I also tried it in a different browser & on a different PC & on a different connection…
I’m really not sure how to proceed from here?
Thanks
-
This reply was modified 11 years by
Stephanieb.
Hi,
I have tested it and it’s working. Please make sure that you add this code:
?> <div class="td-older-pagination"><?php next_posts_link('OLDER POSTS'); ?></div> <?php
..like this: http://screencast.com/t/dLxnat0d
After adding this please add this custom css in theme panel > custom css like this: http://screencast.com/t/BOKsmfnVa
.td-older-pagination a {
background-color: #4DB2EC;
display: block;
font-family: 'Roboto',serif;
font-weight: bold;
height: 35px;
margin-bottom: 40px;
text-align: center;
color: #FFFFFF;
line-height: 33px;
}
You should get this result: http://screencast.com/t/UzZplIlt
Thanks
I want to edit Block 10 something like this, no dates and the space between the titles to be much smaller and if posible could – or the arrow before Posting Title. THX
Something like this: —> http://awesomescreenshot.com/0d83ju9f1b
Hi,
1. You could also use a plugin like advanced custom fields then a condition which will show the “leave a reply” comment section only if you want it or not, you can read more about this method here: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
If you don’t know how to achieve this and you don’t have basic php/html/css knowledge we recommend you to hire a developer or a freelancer from sites like: http://studio.envato.com/
Unfortunately for this you will need custom work and we cannot offer custom work at this time as we work hard on the development, updates, fixes and support.
We also have this on our todo list but as we have over 160 features requests and issues on this list we have to pick very carefully what we implement so if more people will ask for this we will do it.
2. That setting/feature comes from WordPress, you can try to find a solution for this online or try to find a plugin to do it, as I said before unfortunately we cannot offer custom work at this time.
Sorry about this!
Thanks for the message!
Hi,
Thanks Christopher!
@Stephanieb
If the settings are not saved you could try 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.
You could also try to deactivate some plugins, I have noticed this js error in your console: http://screencast.com/t/blhqKaE0SKIw
I’m not sure if this error is related to your panel issue but you should check it just to be sure.
Hope this helps! Please let me know!
Thanks
I try to add some cache to my site. Using QUICK CACHE or WP FASTEST CACHE i get 42/100 on mobile and 50/100 on desktop on both, and without cache plugin too on google page speed test.
adding
add_filter( ‘jpeg_quality’, create_function( ”, ‘return 50;’ ) );
in functions.php as recommended i get.
Parse error: syntax error, unexpected T_LNUMBER in /home/site/public_html/wp-content/themes/Newspaper/functions.php on line 1553
So I installed W3 total cache.
Following the video from anterior posts https://www.youtube.com/watch?v=u0G6pk2mX4M when i enable minify with newspaper 4.4 i get blanc page. Hard times today… with only page cache from W3 I still have 49 / 100 … pff.
I disabled W3, installed speed-booster-pack.2.6 adn disabled td-speed-booster. Like in the video, when I activate Load CSS asincronius and I load site… guess what. Problems. Is loading with tabs list or something, can’t explain, and then loads. Issue anyway… will try more settings.
Thanks for the trick Christopher but unfortunately it didn’t work for me 🙁 I am using chrome at the moment and not IE as well so really no idea why it’s acting up.
Hopefully the TagDiv team have got an idea or fix for me.
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
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
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
I have this issue with Internet Explorer; but not with Chrome.
Might not be same issue, but there you are.
I found that also “scrolling” down to bottom of page to fully load everything, then scrolling back up then hitting save sometimes works – don’t ask me why 🙂