Hello BIBI,
1)The code H1 tag exists in the source code and if you hide it with CSS does not affect it for Google because the code runs in the back end.
3)If you want to change the structure of the permalinks, you should set it from WordPres->Permalinks, like this-> http://screencast.com/t/NtuDAFqwme As reference, you can consult this link -> https://codex.wordpress.org/Using_Permalinks Please notice that the permalinks are controlled by the SEO Yoast plugin…and you have control about it from the plugin, like this -> http://screencast.com/t/lolo6BUH
For more information about WordPress SEO URL/Permalinks considerations, please consult this link ->
https://yoast.com/wordpress-seo-url-permalink/ It should be more useful for you.
For your latest request, if you want to add the Google Adsense Ads in sidebar, you have to use Custom Ad 1,2,3,4… and then you have to add the Ad box in your sidebar, like this -> http://screencast.com/t/5c1M76Xpc2 -> http://screencast.com/t/JD0FqRPSJ
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
Modifying the width of the website is not a good idea as all the elements depend on the fixed width layout of the theme. If you bring the 2 columns together, then other elements may break. We do not recommend changing the width of the theme. If you truly need to change the width please do so on your own risk but keep the modification in mind if other css problems come up along the way. I cannot provide a solution for it as when you try to reduce the margins and padding, the layout already breaks. You will need to hire a freelancer to help you out on this one as it will be no easy task.
Thank you!
Hello,
You can use this custom css to customize the headers on a big grid 4:
.td_block_big_grid_4 .td-big-grid-meta .entry-title{
background-color:rgba(0, 0, 0, 1);
}
.td-big-grid-meta{
width:95.7%!important
}
Thanks.
Hi
To achieve that are required some php modifications in theme files, not only css code. First you will need to define a new thumb size in td_config.php: http://screencast.com/t/4UhameCTw This step is required because the current thumbs are to small to be displayed on a full width row. Also you will need a new module and define a new case in td_block_5.php which will display only two articles in block: http://screencast.com/t/688zj06B
Please consider that this is a very complex task which involve many customizations and very good coding skills. If you can’t do it yourself my advice is to find someone to help you or hire a freelancer to do this for you as we can’t offer any customization services at the moment.
Also you can use big grid 2 which already have a layout with two colons.
Thanks!
Hello,
Unfortunately there is no easy solution i can provide for this. You will need to check if the post is featured and then add the background to it. You will have to add a condition in the theme files to pull it off.
You can use a condition that checks the category: https://codex.wordpress.org/Function_Reference/in_category and then use javascript to add a custom class to the title or the excerpt so you can target it with css. If you cannot do it you will have to get some hired help as we cannot offer any custom work at the moment.
Thank you!
Hello,
Sorry for that, there was a css part to the customization but it seems I forgot to provide it.
Please use this css to fix it:
.td-post-small-box span{
background-color: rgba(34, 34, 34, 0);
}
Thank you!
Hi
Please make sure that you installed the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ This seams to be a css issue so please check in browser console if there are any error related with css files. Usually should be a 403 or 404 error. Also you can try to log in via ftp and rename the plugins folder, just to make sure that the issue is not caused by a plugin. For more details about this step please check this link: http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
If the problem persist try to reinstall the theme following the steps indicated in our documentation, clear all caches, leave all plugins deactivated and test again.
If you still can’t manage to solve this issue please address us via email at contact@tagdiv.com and provide wp-admin and ftp access and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi,
Link: http://sansan.qriosity.com.sg
How can I align my banner on header to the right?
Please provide me the CSS Code.
Thanks!
Hello Navneet,
If you want to remove/hide the CLOSE button from the mobile menu, it is necessary to use a bit of CSS for this. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/Ve5ltWfxWJ8i
.td-mobile-close {
display:none;
}
The result -> http://screencast.com/t/9i7NvJmp
Hope this helps!
Thank you for the message!
Hi,
Link: sansan.qriosity.com.sg
Hi,
1) For the mobile version, I need to shorten the height of the top grid “Singapore’s Evolving Workplace…”. What is the CSS code for that?
2) Why does my whole site look different on Android and iPhone? iPhone version is correct and Android looks a bit off in terms of text/button style. How do I fix it? Please see the screenshot below.
Android: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/android.png
Apple: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/iphone.png
I need help urgently.
Thank you.
Hi,
how do I customise text “EXPLORE” to my desired text? For e.g. I need to change “EXPLORE” to “EXPLORE THE WORLD WITH SANSAN”
Link: http://sansan.qriosity.com.sg/category/explore/
can you provide the CSS code urgently?
Thanks!
Hello factoryitalia,
If you want to change the color of background-color on the hover effect, you have to try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/QkUtqgbm1ci
The code is ->
.woocommerce .product a.button:hover {
color:blue;
background-color:red;
}
The result you should see here -> http://screencast.com/t/Ux8Fg1BzzdN
And if you want to change the color of the arrows, please try the code below ->
.td-icon-menu-right:hover, .td-icon-menu-left:hover {
color:red;
}
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about what exactly do you want to change.
Thank you for the message!
Hi
That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay try to insert the css directly in style.css: http://screencast.com/t/kOQTD07V clear all caches and test again.
Thanks!
Hello,
This is a normal behavior of the theme when you have more menu items that can fit inside a line.
Unfortunately you will have a lot to edit in order to get the mobile version of the website to the ipad portrait mode. There is no easy way to do this except edit the style.css and change all of the options from 767px to 1018px. Alternatively you could decrease the padding of the text using custom css:
@media (max-width: 1018px) and (min-width: 768px){
.sf-menu > li > a {
padding: 0 0px;
}
.sf-menu a.sf-with-ul{
padding-right: 16px;
}
}
But if you add one more menu item it will fall to another line again.
Thank you!
Hi!
I’ve just moved my old website to new hosting, and I have had some problems, which I fixed already, but one is still exist.
The problem: featured image (full screen) alignment is not centered.
You can see it here http://magazeta.com/2016/01/happy-grandma/
Or on screenshot: https://yadi.sk/i/cljVstJ2nEKa9
I guess it’s somehow related with td_backstr javascript function since I got “td_backstr is not defined” error in the log (no such problem on the old host).
Screenshot js log:
https://yadi.sk/i/T4vLVOTInEKad
I didn’t change CSS or JS after moving the website on the new host. So I guess the problem is somehow related to server configuration and priority of loading files.
Hello factoryitalia,
If you want to change font-size, the color of the breadcrumbs, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/2Jrdu8vaYy
.entry-crumbs a {
color:red;
font-size: 20px;
}
.entry-crumbs {
color:red;
font-size: 20px;
}
The result -> http://screencast.com/t/4my67ZekDeo
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Hope that help!
Thank you for the message!
Hi there!
I’m about to move my website to Newspaper but there’s one feature our programmers can’t get working right.
I need a fixed clickable background like the one that is up today here: http://www.tenhomaisdiscosqueamigos.com (the blue one with the twitter ad).
We’ve been trying to use the same code as it is today, but it won’t work, and we tried a few different approaches using CSS tips found here on the forum with no success.
Could you tell us what is the best way to get this working properly?
Thanks!
Hello.
I have the big grid slider Style 4 on my homepage. I want it to look like this.
I added the following lines in the Custom CSS Editor:
.td-grid-style-4 .entry-title {
background-color: #000;
background-color: rgba(0, 0, 0, 1);
}
.td-grid-style-4 .td-big-thumb .td-meta-info-container {
width: 100%;
/* responsive portrait phone */
}
But it does not overwrite the old style. I’m a CSS newbie, so there must be something I’m missing.
Help would be appreciated
Cheers.
Hi Guys
Any takers? I’m guessing its best to create something in the Custom CSS area for this?
Thanks, Bogdan. You were right; the culprit was some custom CSS I had added (see below). When I remove it, the page displays exactly like the official demo (with no space under the footer even on pages without any content or sidebar).
So that solves that problem, but the reason I added the below CSS is because I wanted to use the Style 8 footer template without all the blank space at the top of the footer. Any thoughts of a good way to achieve a very compact version of the Style 8 footer with CSS?
/* Footer space reductions */
.td-footer-wrapper {padding-top:0px !important;}
.td-footer-bottom-full {margin-top:0px; padding-top:25px;}
.td-footer-bottom-full .td-container:before {content: none;}
What is the CSS code to make block 5 full width of the page? I only want 2 posts. See here http://topic.ie/election2016/
OK, no worries, appreciated. That CSS does fix the issue — cheers, much appreciated. I’ll let you know if any further assistance needed.
Cheers!
Renai
Hi Bogdan,
Thanks for your answer.
I followed your instructions (Newspaper / includes / wp_booster) but didn’t got the expected result.
I changed the two lines (https://www.dropbox.com/s/ozteke7qs2udh2a/editor.png?dl=0) but it didn’t get right as your exemple (https://www.dropbox.com/s/luyma47ect1gf76/screen.jpg?dl=0).
It’s a CSS related issue or it’s more than that?
Thanks.
Hi,
1. All theme’s style files are already loaded in the head including these two font style files: http://screencast.com/t/5GC1v9HEpS You can check your site: http://screencast.com/t/DpDYcPQKw3ak
2. The second notification refers to this two indicated theme’s and VC css files which are loaded after the indicated/highlighted wp style tag: http://screencast.com/t/3QwpcK3nqIe which comes from WordPress.
Thanks for the message!
Hello Sr_Noodles,
If you want to have a text with the underline, you have to use a bit of CSS to achieve it. Please try the code below and add it in Theme panel->Custom CSS area.
.vc_custom_heading a:hover {
text-decoration:underline;
}
The result you should see here -> http://screencast.com/t/OVHh2nYqta
If is not what you mean, please provide more details about this so I will be able to provide a more accurate response.
Thank you for the message!