- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Trank you for your reply.
But the code I mentioned I just out this last hours.
Without this code the element in the sidebar.m, in my case the ad, I just showing up the half of it. Like 100px width.
So I put this css code to see the ad in mobile.
As I said, the problem isn’t at the homepage.
In homepage site everything seems fine.
But on post pages the sidebar element breaks to the bottom.
And then on mobile screen u can see only the half of the element. Because I think there is something which is blocking.
Thx.
Hi,
I came across this post to disable mobile menu. But unfortunately I’m unable to see screenshots advised by Emil G. Please can you email to georgemathew46@gmail.com or repost them.
Thanks!
Hello,
You can use this custom css to adjust the alignment on the mobile version:
@media(max-width:782px){
#wpadminbar *{
font: 400 13px/32px "Open Sans",sans-serif!important;
}
#wpadminbar li[id^="wp-admin-bar-ub_admin_bar"] a {
padding: 0px 8px!important;
}
}
Thanks.
Thank you Bogdan – It helped a lot.
I need a small css help to complete logo alignment in menu bar.
Screenshot:-
http://www.screencast.com/t/j7qUaoEAfErL
steps to reproduce:-
i) Login to http://www.viralbae.com
ii) After login it will be redirecting to homepage
iii) Site Logo is seen in top left corner.
Note: The logo misalignment issue happens in mobile only.
Kindly advice.
Thanks!
What happens if we have more than one menu item to hide on desktop and show on mobile? Is it a separate chunk of css code for each one or can the hidden menu items be listed in a single line of code? Please show me an example of the css code for hiding two menu items so that they only appear on mobile.
Thanks!
Hi, i have a little problem, may be you can help me.
I tried to create a original homapage, or may be just a header fullsize, but it is not the point.
I create a new php file with sublimetext, in that php file i put :
<?php
/*
Template Name: Home
*/
?>
<?php
get_header('home');
//set the template id, used to get the template specific settings - this was the old home.php template
$template_id = 'home';
//prepare the loop variables
global $loop_module_id, $loop_sidebar_position;
$loop_module_id = td_util::get_option('tds_' . $template_id . '_page_layout', 15); //module 1 is default
$loop_sidebar_position = td_util::get_option('tds_' . $template_id . '_sidebar_pos'); //sidebar right is default (empty)
// sidebar position used to align the breadcrumb on sidebar left + sidebar first on mobile issue
$td_sidebar_position = '';
if($loop_sidebar_position == 'sidebar_left') {
$td_sidebar_position = 'td-sidebar-left';
}
?>
<div class="img-header-home">
<div class="container mt-130 z-index100">
My static content
</div>
</div>
here
<?php
get_footer();
i put my php file in the hosting where wordpress are installed, and from wordpress, i create a page, and choose from template my php file “Home”.
now under My Content <div class = “img-header-home”> I want to add some dynamic content that retrieves items from my blog.
And if it can be added by visual composer on this page. Because I try to create content with but it does not appear online.
I think something is missing (i mean some code php) to recovered the visual composer tomake it works.
i understand html, css, but not more in php, that’s why i need your help.
i’m sorry my english is bad, I hope u can understand.
Thanks in advance.
Yes you are right.
I want to do this
Posts 5,4,3,2,1 are in catgeories A,B,C they belong to three categories.
I have allowed categories A, -B,-C and excluded categories B and C.
Now I want to click post 5 and to show latest post from A that are 4,3,2,1
It shows only posts from A which are not in B and C also.
Posts X which are only in category A.
The categories B and C are hidden because I use them for mobile so I dont want them to display.
Can you show me the solutions in this filter?
[td_block_16 category_ids=”‘.$rezi.’-4532,-8022″ sort=”” limit=”5″ ]
Thank you in advance!
Hi,
Since last update all social icons from top bar and footer are gone and now you see some japanese characters. Weird. On mobile, menu icons are just crossed boxes.
May you please explain how to fix this?
Thanks
http://guic.cat
Hello,
last i check my website performance so my website speed is very week.
google according my website speed Mobile : 36 and Pc :40
Please help how to increase my site speed.
Blog:www.rajasthanabout.com
Thanks
Hi,
I’ve enable the author byline to appear on my posts but it does not appear on mobile, only on desktop
Thanks!
hey guys,
for one week my website is showing the elements which should be in the sidebar on right side not at the bottom of my page. and on mobile only the half of the elements. for example my ad on the sidebar is just shown at the bottom and only broken.
could u check this please shortly?
thank you!
wow-news.de
1. the class is only removed inside a particular post, which means it doesn’t affect anything beside the post itself – so nothing else within the site is changed.
2. i checked the post both on the pc and on multiple mobile devices and it seems to work fine so far. nothing besides the image size, position and clickablity changed.
3. if you provide an actual solution to this problem it’ll be much appreciated (in an update), since your other theme doesn’t have this issue and i personally don’t see a reason (in most cases) why would anyone want their images to be clickable and create a slider… (it distracts the visitor and moves him away from the content)
4. it’s your staff that suggested that i remove a huge chunk of the code, they RECOMMENDED it:
“If you do not want to appear the image in light box on smart list you have to change this in code, (because is not an option for it in theme panel) like this: http://screencast.com/t/T1SfkOLkk
After changing it, the images will appear in other attachment, like this: http://screencast.com/t/oHGmlUs9”
their suggested change DID actually ruin the theme as i got the following message:
“Unpacking the package…
The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
the change i suggested only affects the post in question (there’s no reason why it would affect any other part of the theme as it’s unrelated and the class remains unchanged) and can be easily changed back if there’s an issue (since you only change the html code for the particular post)
thank you for your time, have a great week.
Thanks for your quick reply. Can’t find the feature you mean… my guess is that we have an older version of your theme running at the moment. I just checked… version 4.6.2 … i see your version is 6.5.1 !
Did you make so many new updates in 8 months, wow ?
So it should be time we update our theme version i think. Still it’s weird though that you can’t recreate the issue but a lot of my customers see it, myself included.
It’s only on the mobile version.
Kind regards,
Joyce van de Pas
Hi
Theme’s responsiveness was tested on various devices and works fine on mobiles and tablets. Also I’ve checked your site and noticed that the html structure is a bit different than the original one from the theme. If you made any customizations in theme’s files please make sure that they don’t affect its responsiveness. Also you can try to update at the latest version V 2.3, which also was tested and works fine on mobile devices.
If you decide to update follow this guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and also you should update and the plugins included in theme’s path.
Thanks!
Hello,
Unfortunately the mega-menu option is not available on the mobile version of the theme. What you can do to achieve your desired effect is create 2 menu items with the same name and make one a mega menu and the other one a custom link. Then you can simply hide the custom link on the desktop version and hide the mega menu item on the mobile one. http://screencast.com/t/MRAfgkxu
Then you can use css to hide each one on the device of your choice.
Every menu item has a custom class called menu-item-x where x is the menu item number.
You can target these with css like so:
first one:
@media (max-width: 767px){
.menu-item-362{
display:none!important;
}
}
This is for the mobile version to hide the page menu item.
http://screencast.com/t/yoIuZn5gmS
And for the other we use the code like so:
@media (min-width: 767px){
.menu-item-363{
display:none!important;
}
}
http://screencast.com/t/thg1VSizG
Use both of these codes together in the theme panel->custom css box. You will have to adapt the code to your menu item numbers. Use the browser inspector to do this: http://screencast.com/t/JMg4UDwGJz
I hope this helps.
Thank you!
Hi prkbrt,
First of all, thanks for your message. This issue maybe comes from another plugin. If you are using a Jetpack, this plugin creates for the mobile version of the site if an option is checked: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/. Follow the steps from link above and you can solve it your problem.
Also, you can try to disable all the active plugins, except Visual Composer and try it again. If the problem is still there, please provide more details and your URL link for inspect it closer.
Hope this helps and let us know how it goes!
Thanks!
Hi,
I noticed that if I use the “load page” option for a menu item, nothing happens when i hover/click on that item in mobile mode. This is rather bad for the user experience.
I was wondering if there was a way to make it so if when accessed from desktop, the page will pop up (as it does now), but if accessed from mobile, the user is taken to that page when he clicks on the menu item…
let me know how that sounds and if there are any other turn arounds to do something like this
Hi,
I’ve just switched to Newspaper 6 and the images for the product in my WooCommerce shop aren’t displaying on mobile.
At first I had the same issue with desktop too but disabled Lazy Load which seemed to fix that issue.
URL: http://velofocus.com/product/velofocus-womens-cycling-calendar-2016/
How to solve Prioritize visible content. See this: http://prntscr.com/91236j
check this:
1. https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fmydreamlives.com%2F&tab=mobile
2. https://mydreamlives.com/
My newspaper theme menu is not working in mobile phone.
Hi,
Several of our readers have shown me that when they’re reading our website (www.mamsatwork.nl) on their mobile the text moves up and down every few minutes. I’ve checked myself and see what they mean. I’ve looked up other websites who use the newspaper theme and noticed that they have the same problem.
Can you please tell me how we can fix this because our readers find it very annoying.Thanks for helping out.
Kind regards,
Joyce van Pas
Hi
I’ve test the link you provided on different mobile devices and the trademark character is displayed fine: http://screencast.com/t/VsiKfc42zdb I am not sure why appear with a different layout on your side but this could be a cache issue, so try to clear phone’s cache and test again. Also you can test this with different mobile devices and see if the problem persist.
Thanks!
Hi
Try to change this class name like here: http://screencast.com/t/tddrfiUNGN then replace the above css with this one: http://screencast.com/t/VMLEdqNWbHHY
@media (max-width: 767px){
.td-icon-my-mobile:before {
content: '\2630'!important;
font-size: 40px;
}
}
Also you can use Font Awesome 4 Menus plugin which works fine with the theme, just and add this classes here: http://screencast.com/t/5xu6mROgSEA
Thanks!
Hi
The theme can’t display different type of ads from same spot, so for example if set a banner ad for header this will be displayed on all devices. To display the ad-sense ad only for mobile devices and for other devices banner ads you will need custom modifications in theme’s core files.
This is a complex task which require lots of customizations and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you.
Thanks!
Hi,
Please replace the css provided above with this one – https://forum.tagdiv.com/topic/strange-formatting-issue-with-gallery/#post-75557 and check if you still have this issue on mobiles. Also provide a link.
Thanks!