Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Add the code like here: http://screencast.com/t/hEeojGi4kqa

<h4 class="block-title"><span>Your title here</span></h4>

Marius
tagDiv Staff

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>';
                    }
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

Hi,
I’ve tested and the facebook share works http://screencast.com/t/4JcpZX016Zn

Marius
tagDiv Staff

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

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
I don’t understand your question, please can you explain it again, or show me in a screenshot.

Thanks!

Marius
tagDiv Staff

Hi,
Test the theme on a localhost installation using XAMPP and see if works. I bet that is from your server configuration.

Marius
tagDiv Staff

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.
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Yes @mariosem you need to style the default quote to be like quote_box_center

Thanks!

Marius
tagDiv Staff

Hi,
I will add it on the list for a future investigation.
Thanks again!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Viewing 25 posts - 1,001 through 1,025 (of 3,236 total)