Hi,
You can use block for pages to. You need to add in custom post type field pages to read pages. http://screencast.com/t/zQ7W6bbXN
Or you can use HTML in text widget, this will be easy because you can arrange the content like you want.
Thanks!
Hi,
If you added the big slider on you homepage you can edit it and see what post read. Here are the sorting option: http://screencast.com/t/XzdeE2aBCFi5
And if you use Featured to show post there you need to include a post in Featured category. Featured images are used for the post thumbnails on blocks/modules for your homepage/category page, etc.
Also here is the theme documentation it you want to throw an eye https://forum.tagdiv.com/newspaper-documentation/
Hope this help!
Thanks for the message!
Hi,
See here: http://screencast.com/t/MkKvmeVkduVJ
If not asking you you can install it manually from plugins folder in the *.zip file from Themeforest
Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
blockquote {
margin: 0 0 29px;
background-color: #FCFCFC;
border-left: 2px solid #4DB2EC;
padding: 15px 23px 0 32px;
position: relative;
top: 6px;
}
blockquote p {
text-align: center;
color: #808080;
font-family: 'PT Sans',sans-serif !important;
font-size: 14px !important;
line-height: 21px !important;
margin: 0;
padding-bottom: 16px;
}
Hi,
Could be from memory limit, add this in wp-config.php
/** Memory Limit */
define('WP_MEMORY_LIMIT', '128M');
http://wordpress.org/support/topic/error-increase-memory-limit-to-64-mb
Thanks!
Hi,
Follow this steps: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Hi,
Add the code like here: http://screencast.com/t/hEeojGi4kqa
<h4 class="block-title"><span>Your title here</span></h4>
Hi,
Add this code like here: http://screencast.com/t/HVckipOl
if (get_the_author_meta('user_url', $author_id) != '') {
$buffy .= '<div class="td-author-url"><a href="' . get_the_author_meta('user_url', $author_id) . '">' . get_the_author_meta('user_url', $author_id) . '</a></div>';
}
Hi,
1. I need more details related to your issue here: can you show me a screenshot with your homepage in back-end to see what you have there, or easily would be to give me access to your WP and i will take a look. Or give me your site URL to see the homepage.
2. You can use Custom ad 1 and 2 and use the Ad box widget for each one in sidebar.
3. You can do this adding the ad directly in code in anyplace you want, add the ad here: http://screencast.com/t/1arx55bUyQ
Thanks!
Hi,
Image sizes used by the theme are defined in function.php file http://screencast.com/t/vtU2CNoe
You can replace value from WP settings > media with some values used by the theme
Hi,
We have this in documentation if helps: https://forum.tagdiv.com/how-to-make-the-site-faster/
Hi,
I’ve tested and the facebook share works http://screencast.com/t/4JcpZX016Zn
Hi,
1. Add the code like here: http://screencast.com/t/FxLzjvU1d
2. There is a plugin for that, i think is Float-Left-Right-Advertising if you want to try it.
3. Not work there
Hi,
Do you mean to show the older posts instead of latest?
Add this code like here: http://screencast.com/t/uPhGcP3V
case 'older_post':
$wp_query_args['orderby'] = 'date';
$wp_query_args['order'] = 'DESC';
break;
And this: http://screencast.com/t/NnSuUdETlf
, 'Older Posts' => 'older_post'
http://screencast.com/t/ZgKgGC16jcx
If you want to sort by older the Featured posts you can Copy the featured case and add this $wp_query_args['order'] = 'DESC'; to sord by DESC and also add the filter here: http://screencast.com/t/ZgKgGC16jcx
Thanks!
Hi,
I don’t understand your question, please can you explain it again, or show me in a screenshot.
Thanks!
Hi,
Test the theme on a localhost installation using XAMPP and see if works. I bet that is from your server configuration.
Hi,
Go to Theme panel -> Post settings -> More article Box and set it to Random http://screencast.com/t/1jOybsLw
Then go to Posts -> Categories and see what is the ID of the Featured category like here: http://screencast.com/t/IwIOUTu1dDSm
Then add this code: , 'cat' => 98 like here http://screencast.com/t/g1R0btDqB1 with your category ID.
Thanks!
-
This reply was modified 12 years by
Marius.
Hi,
We will update the plugin to latest version in the next update and will be as a plugin that you have to install it, we will remove it from base theme.
Then you can try the extension to and see if works.
Thanks!
Salut,
Probabil apare ceva conflict cu codul, ai verificat de erori in consola? Acolo e un javascript nu este un HTML. Incearca codul direct in fisiere si vezi daca merge.
O sa scoatem cant de curand un fix pt 3.9, este mai complicat, trebuie sa facem update si la visual composer, au stricat o gramada cu versionea 3.9.
Mai asteapta, pt versiunea 3.9.
Mersi!
Hi,
You can reduce the size for Ipad portrait, will look like this: http://screencast.com/t/9JRRsvXc via CSS
Or to hide the Home icon on Ipad to make more space, user will click on logo to go Home.
A solution for a menu on 2 line is a little hard to be done.
Thanks for understanding!
Hi,
I’ve tested the sidebar for posts and works great for me. Do you use plugins? could be a conflict with one of them! Try to disable all or one by one and see if works.
Also if you want you can give us access to your WP and we will test a custom sidebar on a post to see if works. Send the access via email at contact@tagdiv.com and also paste a link from this conversation.
Thanks for the message!
Hi,
Yes @mariosem you need to style the default quote to be like quote_box_center
Thanks!
Hi,
I will add it on the list for a future investigation.
Thanks again!
Hi,
1. In function.php are defined all sizes used by the theme: http://screencast.com/t/vtU2CNoe If you want you can replace the default value from Settings -> Media with some values from the theme(function.php)
Also if you don’t use all Modules/Blocks from Theme you can comment each line of image and that size will not be cropped by the wordpress(function.php)
Also you can decrease the JPEG image quality for smaller size adding this in function.php add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
2. Just go to Posts and delete post you want, then delete them from trash to.
Thanks for the message!
Hi,
What version of the theme do you have? If you have an older version was a settings in Theme panel -> Custom Typography the first tab.
If you have latest check here: http://screencast.com/t/YA5WnO0kBy6
Thanks!