- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
Hi Andrei,
by centering the menu like described above the mobile menu view is broken. Is there a way to center via css and have both, the mobile menu and the desktop menu centered?
desktop view: http://screencast.com/t/anOUbh6W
mobile, responsive view: http://screencast.com/t/anOUbh6W
thanks!
Hi Emil
sorry but I’ve done what suggested, but it’s always the same. The correct path of custom font is charged with a wrong path while the navigation is made from different page then the home page.
Please also remember the other fonts issue regarding mobile phone menu and NEWS TICKER TITLE (doesn’t change the css directive for .td-trending-now-title)
I’m sending you an email with the login credential
Tks
Roberto
Hi, I’ve updated to Newspaper 6 last night.
I have a big problem with my home page, maybe related with Cache Plugin (I use W3 Total Cache).
When I look at the homepage as an administrator, it works fine. But when I look at it as a normal user (so without excluding the W3 plugin) the page loses its style, and it becomes a mess. It seems that it tries to use the mobile menu instead of the desktop one.
I’ve tried to deactivate W3, but nothing changed.
I’ve tried to delete the homepage and create a new one, but nothing changed.
I’ve tried to create another page with the same blocks of the homepage, but with a different name, and this one works fine even with the cache plugin, but when I change its name and I try to make it the home page, everything comes back to the same problem.
Any ideas?
My homepage is here: http://www.cinquecosebelle.it
For some reason, our slide doesn’t look anything like the demo link above. Is the “IOS Slider” you mentioned the “Slide” option that we can select when adding an element in Visual Composer? Only other options I see are “Big Slide” (which won’t work across 2-column) and Revolution Slider, which I’m not sure can be formatted to display Featured articles with titles (can it?).
Another slide issue we continue to have is that our images are always appearing slightly too small for the area, (screenshot here) so the title and category boxes hang over to the left. Doesn’t seem to matter how large the original image is or even the proportion. I’ve seen references to this in other forum posts but no solution that looks like it applies to us. Would appreciate any suggestions.
Thanks so much!
Hi
I wanna report problem with custom font:
I’ve charged the configuration with 2 custom font in the “Add custom fonts / Change google fonts settings” panel as described in the documentation but after reload a page different from the homepage the fonts are not charged correctly.
Inspecting the page load with firebug I see that the url of the font is wrong (in the confiration I’ve wrote the full URL http://beta.ilnostrobimbo.it/wp-content/font/xxx.woff)
Homepage URL (correct)
http://beta.ilnostrobimbo.it/wp-content/font/xxx.woff
Other page URL (not correct)
http://beta.ilnostrobimbo.it/building-a-gimbal-in-rust-an-introduction/wp-content/font/stanberry.woff
I think that this needs code review for the function.
I also report problem with the mobile custom view of the font menu. If try to explore the site from mobile phone, the menu font are standard, else if I changed them in font custom panel.
Need your support to solve this issue.
Tks
Roberto
Hi,
Just paste this code in Theme Panel > Custom Css – http://screencast.com/t/MbJWkqsf
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Result: http://screencast.com/t/TC2Qt7US
Thanks!
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!
I’m struggling to understand the code. I’m completely new to this. If i just wanted to make the background color of the sticky header white on mobile devices what is the exact code would i enter into the custom css box??
Thank you Alin. I just pushed my site from staging to live with and noticed a couple of things. The Social Counter icons for Facebook and Twitter disappeared and on the mobile version, the complete logo isn’t visible. It may be if I could change the header color to white but the navigation is also white and would have to be changed to another color. Do you have any suggestions?
Thanks!
Edit for URL: http://www.vbjusa.com/
-
This reply was modified 11 years by
k24.
Hi
The theme use logo for mobile so you have to remove that too: http://screencast.com/t/NrWoc69tMr also make sure you clear all caches and purge cdn files (if you use a cdn host) then test again.
Let us know how it goes and provide your site if the problem persist.
Thanks!
Hi,
1. The sidebar content can be edited from Appearance -> Widgets – http://screencast.com/t/DZus5CK6Z
2. I’ve tested the facebook social link on my side and it works, make sure that the url is full and there are no mistakes in it’s syntax – http://screencast.com/t/eD8I7YU1xXgv
3. I suspect you’re using a “mobile theme” plugin, disable it and see if the issue is still there. It may be the mobile theme module in Jetpack – http://jetpack.me/support/mobile-theme/
Thank you, Emil G.
Another issue as well. How mobile friendly is the theme?
http://s30.postimg.org/68ek2ag1d/wp_ss_20150804_0001.png
All I get is code instead of the blocks. This issue was unexpected. Please help ASAP.
Hi
@shae101s unfortunately I can’t provide an exact answer but we consider to add in the next theme updates new post formats for Newsmag.
@nherious to hide the new grids on mobile devices you can use media queries like here:
@media (max-width: 767px){
.td_block_big_grid_7{
display:none!important;
}
}
This css hide the big grid 7 on mobile devices, just replace the grid class with the corresponding for the grid you want to hide.
Thanks!
Hi,
1. You just create the page, find the page id and copy it on the mega menu. The page content will appear in the Mega Menu.
2. You could use css to hide uber menu on mobile devices, we use this on the theme top menu. You just have to find the class used on it’s container and use media queries, ex:
@media(max-width: 767px) {
.ubermenuclass {
display: none;
}
}
If you can’t find it please provide the site url and i’ll take a look.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
You can change the background color on mobile devices via custom css in Theme Panel > Custom Css, please check this topic – https://forum.tagdiv.com/topic/mobile-logo-2/
Thanks!
@rshaules i’ve just check your site on pagespeed and it seem to be good with mobile and desktop,if you want this score to be better turn off that lazyload from the theme it’s causing the “Prioritize visible content” error..
PAGESPEED RESULTS
Gtmetrix results
https://gtmetrix.com/reports/www.christianholydays.com.au/1M1bkA3G
-
This reply was modified 11 years by
Steven.
Hey Tagdiv Team,
I’m trying to customize the header, but now I’m using Style 6 header menu.
I just want to Remove my Top Blue Bar in which you see Date.
I disable Top menu bar from theme menu but i can’t remove Blue Strip!!
And if i remove from editor, works fine on desktop but i can’t see mobile menu then
http://www.screencast.com/t/UhY8QBEJ
Thanks
In mobile version, images are not loading in post. Why?
Hi,
Unfortunately the theme doesn’t have such an option and on mobile device the sidebar is displayed after the post content including related articles, comments area – http://screencast.com/t/i2ACtGyqa The inline ad is in the post content, here you can find the code – http://screencast.com/t/IHj0aXzHbXs and the sidebar is in a different container so I don’t know how you can move the sidebar element in the post content – http://screencast.com/t/QdjC5Fri
Thanks!
When my site loads (www.festivalsnobs.com), for a split second, it loads all misconfigured, then refreshes and loads correctly. This is happening on multiple networks, mobile, and on Chrome/IE/Firefox/Safari.
I’ve attached a screenshot of what it looks like when it first loads.
The only hunch I have is to maybe update my PHP configuration? Currently its 5.4(FastCGI).
I’m so stumped here.
BASIC SEO TIPS:
Note that Google rolled out new version of PANDA recently. They continue to refine placement, and are putting emphasis on mobile friendly, ORIGINAL CONTENT, “answers to questions,” https capability, pagespeed insights, sitemaps, and the usual stuff still relevant:
a) inbound links from organic sites, not paid text links or text ads, help placement
b) blocking bad links from “bad sites” such as low quality scrapers – you can disavow bad sites (we do this with sites like ‘searchnaked’ which had thousands of links to us)
c) proper schema markup
d) limit junk posts (e.g., youtube video and one sentence — is not original content)
e) limit content you “steal” from other sites then link to them as source — write your own version, get your own photo; that helps your ranking
f) site structure matters; good navigation, prioritize the POST over categories, tags, etc.
g) don’t sell text links, avoid popups, interstitials that block content loading for Google bot
h) READ the free Google guide to best practices for SEO
i) write original headlines – check your headline to see if it already exists; do something different!
j) posts should have at least 5 paragraphs so it looks like original post and not excerpt of another post
k) don’t use “next page” for home page; conflicts with your category indexes
l) update site regularly — updates every 6 weeks shows lack of new content
m) create your own images where possible, vs copying somebody else’s
n) learn to use your Google webmaster tools (now “console”) properly
o) don’t overload pages with too many ad modules from adsense, amazon, other ad system, etc. — too many ads pollutes your pages
p) use h tags for your relevant subheads in your posts, not just bold sub heads — couch your subheads as answers to questions people might ask “The right way to boil spaghetti” … etc.
q) make sure guest posts are not also being posted on other sites (!!)
r) share the heck out of your posts to social media, but use the social media worth sharing to and ignore the stuff nobody uses anymore (sorry, delicious, diigo, Technorati, etc.)
s) don’t use sock puppets for clicking your ads; paid likes on social media; or similar
t) answer comments on your posts to create dialog
u) make backups of your site often and carefully (!) — if your system crashes, and you’re off the web for prolonged period of time — very bad for SEO after xx days
v) do you have a backup plan if your host goes out of business, or GoDaddy DNS crashes again and your site is down?
w) consider spending a small amount on Google ads to promote your best posts or site on the topic you most want to be found under, like “horse breeding” or whatever
x) make sure your site is verified with all the top search engines
y) ignore stupid things like so called “ranking sites” like Alexa which are completely wrong on traffic, including their inability to track shortcode use
z) check your site regularly to ensure it’s secure ! Make sure you have security plan. Make sure you have privacy policy on your site.
Share and enjoy! 🙂
Copr. © Christopher Simmons
NOT FOR REPUBLICATION!
How do i change the color of the sticky header on mobile screens. On my site it is set to white however when the screen gets small it changes to black. I want both to be the same colour.
How to reorder column of visual composer on mobile view, For example column 1 on left and column 2 on right. when I access with mobile phone, I want it to be col2 and then col1 instead of col1 and then col2.
thanks
Hey Chris!
Thanks so much for your reply. I have tried to regenerate some thumbnails, but only with moderate success. I’ve tried four different plugins, and only one works but only works partially.
Out of the 82 images I have on my website, only 59 are able to have thumbnails regenerated after several attempts with various plugins.
Even with these 59 of 82 thumbnails regenerated, page speed is showing up a bit better at 46/100 for mobile and 53/100 for desktop. A bit better than the original scores, but still very very low. I’ve also done four out of five suggestions on the page speed guide at https://forum.tagdiv.com/pagespeed-guide/
Thanks for any suggestions you or anyone else might have. Greatly appreciated!
-Richard
Hello everyone!
I was recently running my website (www.christianholydays.com.au) using the Enfold wordpress theme and was receiving an average of 80 in the google page speed test. After deciding to try other wordpress themes that appeared to receive good reviews for speed, I changed over to Newspaper. I spent a couple weeks transitioning the site over to newspaper, and then received an incredible shot when I did a google page speed test:
http://grab.by/JhpM
http://grab.by/JhpO
35/100 on the mobile version, and 40/100 on the desktop version. When looking into the reason for the poor score, I discovered several issues. It appears that all of the images are being resized and instead of optimised files being delivered, full size images are being resized via css/html. This is affirmed through GT Metrix as well. GT Metrix gives 65/100 score, and states that several images are “resized in HTML or CSS from 845×475 to 178×100.”
Can someone please help me with this issue? I’ve tried to do several things to help the issue, but it doesn’t seem to be working.
I’ve currently got MAXCDN installed with additional zones, using the fastest hosting package through Siteground, purchased the ewww image compression functionality, have w3 caching plugin installed, and static/dynamic/MEM caching through my server. I’d hate to see what my score was with out any of the caching plugins! Perhaps it’d be better??
Any help would be greatly appreciated!
-Richard