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

Hello,
All that is in function.php file http://screencast.com/t/KgQTAGkstyo

Thanks @trifolic for suggestion

Marius
tagDiv Staff

Hello,
Menu color can be changed easily via CSS like

.sf-menu li a {
    color: white !important;
}

but you have to change the color for images to is in \images\sprite\eements.png

If you use style 3 the link for the logo is here: http://screencast.com/t/hp1LEjwD

Marius
tagDiv Staff

Hello,
Here http://screencast.com/t/K86StsI2Uw for above the feature image

Marius
tagDiv Staff

Hello,
This is not an easy task. We will take a look.

Thanks for suggestion.

Marius
tagDiv Staff

reply to email

Marius
tagDiv Staff

reply to email

Marius
tagDiv Staff

Hello,
Delete this from function.php http://screencast.com/t/l2D5zuOhUTe

Thanks for the message!

Marius
tagDiv Staff

Hello,
Try from Settings -> Discussion http://screencast.com/t/bjAJlqS016S

Thanks

Marius
tagDiv Staff

Hello,
To manage the menu, go to Appearance -> Menus and there you can delete or add pages/categories in menu. http://screencast.com/t/5KYxr30Q

Thanks for the message!

Marius
tagDiv Staff

Hello,
You can create a tab and add your content inside it using the Page Builder, then switch to classic editor copy the shortcode and paste it in a text widget.

Hope this help.
Thanks

Marius
tagDiv Staff

Hello,
We recommend Seo by Yoast plugin.

Thanks @Simmons

Marius
tagDiv Staff

Hello,
The id of the video meta-box is td_post_video but i’m not sure if will work.

Thanks

Marius
tagDiv Staff

Hello,
Thnaks @mbasche

Yes, try it live to see if work.

Marius
tagDiv Staff

Hello,
Do you mean to change the compression of the featured images. Add this code at the end of the function.php file *is set to 100 – no compression, you can change the compression from that code:
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

Thanks for the message!

Marius
tagDiv Staff

Hello,
No that code is only for that widget.

Thanks

Marius
tagDiv Staff

Hello,
Please can you give me you liste url to see about what background do you ask. You can try with display:none from CSS to hide it on mobile using the style in this:

/* responsive phone */
@media (max-width: 767px) {
    
}

Thanks

Marius
tagDiv Staff

Hello,
I’ve added to our todo list for the following updates, but please take in consideration that this is not a priority right now.

Ask a freelancers for a custom integration if you want.
Thanks for understanding.
Marius from tagDiv

Marius
tagDiv Staff

Hello,
Thiss css will be applied only on that resolution from 768px to 1018

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    you css here
}

here are all the rules that we use:

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    
}

/* responsive monitor */
@media (min-width: 1200px) {
    
}

/* responsive phone */
@media (max-width: 767px) {
    
}
Marius
tagDiv Staff

Hello,
Titles from page/posts are in h1 http://screencast.com/t/GM7tgODdIg0

Marius
tagDiv Staff

Hello,
Try with important

.header-style-3 .td-grid-wrap,
 .header-style-3 .container-fluid {
	 padding: 0px !important;
 }

Thanks

Marius
tagDiv Staff

Hello,
Try to use this plugin: Auto Post Thumbnail

Thanks @Simmons

Marius
tagDiv Staff

Hello,
The breadcrumb have position:absolute and for 2 lines doesn’t push the title h1. We will take a look.

Thanks

Marius
tagDiv Staff

Hello,
Will be fixed for the next update soon.

Thanks

Marius
tagDiv Staff

Hello,
Add this in style.css

.header-style-3 .td-grid-wrap,
 .header-style-3 .container-fluid {
	 padding: 0px;
 }

Thanks

Marius
tagDiv Staff

Hello,
Great! I’m glad you solve it.

Thanks.

Viewing 25 posts - 2,851 through 2,875 (of 3,236 total)