Hi,
First check the code double quote signs, it should be like this:
<script type="text/javascript" src="https://tribyoot.org/Tribyoot/wp-content/plugins/oiopub-direct/js.php#type=banner&align=center&zone=5"></script>
Try to add the following css in Theme Panel -> Custom CSS:
.span4 .td-a-rec-id-custom_ad_1 > div,.span4 .td-a-rec-id-custom_ad_2 > div, .span4 .td-a-rec-id-custom_ad_3 > div {
min-width: 350px;
height: auto;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
The theme doesn’t have direct queries on the database, all queries are made trough wordpress. This may appear do to a large number of categories or tags.
Try to repair the database, check this guide – http://www.maketecheasier.com/fix-corrupted-wordpress-database-2/
Before doing this backup the database.
Thank you, Emil G.
Hi,
You can’t find it because is not part of the theme, you have to add it at the end of the functions.php or td_wp_booster_functions.php file.
Thank you, Emil G.
Hi,
We made a certain style in the beginning and some elements were disabled, in version 5 we will remove this style and we will add only css styling for Bbpress.
Thank you, Emil G.
Hi,
Please provide the url so i can take a look.
Thank you, Emil G.
Hi,
The sites seem fine and running, please provide more details about your issue.
Thank you, Emil G.
Hi,
1) Try the following css:
@media (min-width: 767px) and (max-width: 1018px){
.td_block9 .td_mod8 .thumb-wrap img {
position: relative;
}
.td_block9 .td_mod8 .item-details {
margin-left: 0px;
margin-top: 10px;
}
}
2) It comes from a css which changes the stile for that section, try this one:
@media (min-width: 768px) and (max-width: 1199px){
.span8 > .td_mod8 .item-details {
margin-left: 366px !important;
}
.span8 > .td_mod8 .thumb-wrap img{
max-width: 326px !important;
max-height: 235px !important;
}
}
3) The image cannot be made taller without increasing it’s width (to maintain aspect ratio), by doing this you have to compress the text on the right side.
4)You could try to set a different size for mobiles using media queries:
ex:
@media (max-width: 767px) {
...
}
I don’t know what you’re using there so i cannot provide a precise css.
5) What css did you used? please paste it here so i can take a look.
@space above big slider on mobile – try this css:
@media (max-width: 767px) {
.td-page-wrap .td-grid-wrap {
padding-top: 0px;
}
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
It’s a the top of the page – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/ – http://screencast.com/t/vKpSnTGW5AeO
Thank you, Emil G.
Hi,
In Newsmag the file is split, you can find the functions here – http://screencast.com/t/V15gKuEbz2d
..\Newsmag\includes\wp_booster\td_wp_booster_functions.php
Thank you, Emil G.
Hi,
Header style 3 comes with an ad bellow the menu and above the content. But that’s the header ad, if you want to add a custom one you have to edit the template files.
In your case try to add it inside single.php like this: – http://screencast.com/t/7cX1Dh7b9
echo td_page_generator::wrap_start();
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
echo td_page_generator::wrap_end();
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Block 3 uses Module6 – http://screencast.com/t/E98LWr3o
There’s also some code which determins how the modules will be displayed on 1, 2 or 3 (span4, span8, span12) columns – http://screencast.com/t/ILQiCayzi
The blocks and modules are called here – http://screencast.com/t/MrGsxlS17c4
Hope this helps.
Thank you, Emil G.
Hi,
The emulator may not work properly on all situations, try on a real device. You could try with different logos(ex. one red, one blue) to see if the right one is loaded.
Thank you, Emil G.
Hi,
Only the file custom code modification are lost, the theme settings (the ones you made on Theme Panel, the menus, etc….) won’t be lost. If you kept the original directory (Newspaper) you could just switch to another theme, delete Newspaper, then install and activate the latest version.
Before each update create a backup for database and files, if something goes wrong with the update you can revert to the previous setup and try again.
Thank you, Emil G.
Hi,
The theme Ad system was designed for Adsense and custom banner(image)+link ads, with other ad systems it may not behave properly. The ad places including the custom ones are controlled by the same code.
If possible please provide the url (a page which has working and not working ads) so i can take a look.
Thank you, Emil G.
Hi,
What version of Visual Composer do you use? if you use the latest try to switch o the previous one and see if the issue is still there. If you don’t have the older version send me an email at contact@tagdiv.com and i’ll provide it for you.
Thank you, Emil G.
Hi,
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi,
Please paste a link which contains an element that’s not displayed properly, i’ll look into it and get back with a css fix.
Thank you, Emil G.
Hi,
The issue seems to be caused by Speed Booster version 3.0, if you have version 2.5 or 3.1 use it or send an email at contact@tagdiv.com and i will provide it.
Thank you, Emil G.
Hi,
I’ve send this to our designer, thanks for your suggestions.
Have a nice day, Emil G.
Hi,
If you don’t move it it’s not a big deal, it’s only intended to load the other elements (html) first.
Please provide more details about the “website flicks until it is loaded” issue.
Thank you, Emil G.
Hi,
The link leads to admin area please provide another one.
Check if the comments are active on that specific post.
Thank you, Emil G.
Hi,
You added something in that area – http://screencast.com/t/2QZlHjfoq5A
The red line is actually the top menu, you could add a 5px margin-top using css.
Hiding elements using css doesn’t mean they can’t be seen, on slow computers/connections the css may be executed too slow and the user may see the menu, or some strange behavior for a few seconds before it’s hidden/adjusted.
A better alternative would be to use a plugin or something which will modify the menu for registered users.
Thank you, Emil G.
Hi,
Did you uses the full address? ex. for Facebook – https://www.facebook.com/TagDiv – http://screencast.com/t/gDZ7hdvDQh5
Thank you, Emil G.
Hi,
The theme meta shouldn’t conflict with SEO by Yoast, check if it doesn’t come from another plugin.
This is the meta added by the theme – http://screencast.com/t/VbKNkHLWsK1
Try to replace the post template files and comment the get_item_scope_meta() line – http://screencast.com/t/Vr0DctoYrO
Thanks!