Hi,
The reviews are added to the post (if post has reviews) using the get_date() function like this: http://screencast.com/t/TW9xx8Cv
You could try to modify the function to get the plugins reviews instead or remove the themes reviews and use the plugin instead. If you don’t know how to do it you can hire a freelancer from site like http://studio.envato.com/ to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
You can try to find a plugins that dose that or you can hire a developer to do it for you. We cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
@FRMedia1981
I have tested the buttons short-codes using theme version 4.4. and didn’t find any issue with the buttons, i have also tested your button’s short-code and shown up well: http://screencast.com/t/nMEd85f4Z
Please make sure you add the code like this in your post: http://screencast.com/t/8aqcWd9atp
If this issue is still present please deactivate all plugins then empty cache and try again.
@webministeren
On the latest version of Visual Composer some classes were changed by it’s developer and we had to override them so that the plugin would still work with the theme. In the process the buttons css was lost. We have the issue on our list and we’ll try to fix it in one of the next updates. Sorry for the inconvenience.
You can use this custom css to style the button, like this: http://screencast.com/t/7WSQoASk
.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn {
border: 1px solid transparent;
cursor: pointer;
display: inline-block;
text-decoration: none !important;
}
.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
Thanks
Hi,
The page title option from theme panel >custom typography apply’s to the page title of default templates. You can change the page title font size/color/family… on category pages and search results page also by using this custom css in theme panel >custom css field:
* http://screencast.com/t/F1omnoOheHBH
* http://screencast.com/t/4GcYhu4EjcvC
.category .td-page-title span, .search-results .td-page-title span {
font-family: Lobster;
font-size: 50px;
color: red;
}
You can updated the theme to the latest version and let us know what issues you encounter and we will try to provide a fix fro them.
Thanks
Hi,
The update shouldn’t affect the custom css added in theme panel. Please make sure you still have this css in custom css field. I have tested this and worked fine using the 4.4 theme version.
Please let me know if you can’t fix this and also provide your site’s URL, I need to inspect this so I can provide a fix.
Thanks
Hi,
Unfortunately the theme and also the menu haven’t been designed to work using custom posts types. If you want to customize this to work with other post types also you would need custom work.
Unfortunately 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/ if you don’t know how to do it yourself.
Thanks
Hi,
Unfortunately the theme doesn’t have a feature like this. You can use this method and customize it for your needs. If you don’t have any php/html/css knowledge we recommend you to hire a developer to do it fro you as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hey folks,
I just noticed when a friend viewed our site that it wasn’t reflecting some new changes. I cleared W3 cache, purged CDN, hard reset browser cache, etc. and still no luck. Then my friend noticed that I was logged in, and when I logged out, sure enough, my browser also showed the wrong styles. I looked at what was different and realized… all my theme colors and custom CSS from the theme panel were the changes that hadn’t been updated!
Why would the theme panel’s changes only be visible to an admin (or at least a logged-in) user? Any ideas?
PS I have not yet updated to the latest version as it seems there are a few bugs?
Hi Lucian, these measures seem not to work on the 4.4 updated version of the theme. The menu is back to how it loocked before. How can I fix this?
I don’t think Google wants us to have awful image quality on our sites. I think they just want images to be as small as they can be at their current quality and sized correctly for the display device.
For example, the theme is serving 700 pixel wide images on smartphones where the viewport is 320 css pixels, which Google doesn’t like.
The other thing they don’t like is having wasted bytes in an image. I am compressing all of my images at JPEG quality 90 in pixelmator. I then run them through JPEGOptim, jpegtran, and jpegrescan at a quality of 90 and the file size drops by about half. Then I upload them and Google tells me they can still be a few KB smaller… I don’t care about that so much as I care about serving the wrong dimension of thumbnails to visitors.
I wish the theme made different thumbnails for iPad landscape, iPad portrait, and mobile phone so that we wouldn’t be serving oversized images, which Google hates, take a look at the image below:
When I had the retina plugin enabled for mobiles, it was trying to serve a 1490×966 image on the mobile phone. I had to disable that plugin for mobiles, because newspaper is delivering an image larger than a standard 2x retina image for all mobile phones regardless of whether or not they have the pixels to display the entire image.
I guess I’ll focus on the other things I can do something about, but I wish this would be addressed in a theme update if it’s possible with the bootstrap framework…
Button Bug?
look here: http://www.frank-reymann.de/images/button.png
oder live here: http://webropolis.com/newspaper-wordpress-premium-theme-update-auf-v3/news/2723/
ty
Same over here, the dropdown menu is messed up after updating to 4.4
example: http://goo.gl/F1fyL
This is what i’ve tried so far:
– Flush all cache (no improvement)
– Disable all plugins (no improvement)
– Deactivating Cloudflare (no improvement)
– Rolling back to 4.3 (dropdown menu looked fine again)
– Installed 4.4 (dropdown messed up)
I will follow this topic for updates.
Cheers!
-
This reply was modified 11 years by
JBH.
At least apache now doing spdy updates
Hi Guys,
I’m wanting to update to the latest version of WooCommerce – any known issues I should be aware of?
Thanks
You’re welcome 🙂
I cc’d that over to the page speed sticky, since I realized bunches of things I’ve answered more than once were NOT actually in that sticky!
One of these days I’ll do an updated “ONE POST” with all my fixes, but in midst of doing the migration to mod_SPDY for the server which is pain in the butt.
Hi,
I updated my site to Newspaper 4.4 and I noticed that the Show Author Under Post doesn’t work on any Post Template. I edited the loop-single-2.phpto add the author name by using get_author() but it didn’t work.
Please help.
Thanks!
ok cheers Lucian will give it a go.
Hi,
We have this on our to-do list, until we fix this you can use the solution I provided above as an work around for this.
Thanks
Thank you, got it!
I found in my source this stuff
<!–
Theme: Newspaper by tagDiv 2014
Version: 4.2.2 (rara)
Deploy mode: deploy
–>
Could you tell me how i can get rid of it, coz i don’t want anyone see my theme name and version especially when it’s not updated. It’s comming from function.php i think, but i didn’t find the way to turn it off
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!
Hi,
The plugin updates this info once every 3 hours so it can be that this difference came from there.
Please make sure you install the social counter plugin latest version (Version 2.4) this version is include in theme’s latest version files or you can send an e-mail at contact@tagdiv.com and make a request for.
Thanks
hi,
Please use this guide and re-install the WPBakery Visual Composer plugin from the plugins folder.
Please let me know if this solves this issue.
Thanks
Hi,
Unfortunately the theme dose not have an option for this, you can follow this topic and try to add the logo in your menu like this: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/
If you don’t know how to do it we recommend to hire a freelancer from sites like: http://studio.envato.com/
We cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks
Hi,
Unfortunately we cannot offer custom work at this time as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for understanding and thanks for the message!
