Hi,
If you ask for newsmag try this: http://screencast.com/t/6bv554gonQ
Thanks for the message!
Hi,
This is not an easy task, but if you want to try please take a look how the blocks are made http://screencast.com/t/TyzzN6A6czlW and try to modify one of them.
If you doesn’t have developing skills we recommend to hire one for this job.
Thanks for the message and sorry for the inconvenience!
Hi,
You say if you move up the widget, on post all widgets will disappear? Can you give me more details about the widget used? Can you give me the code to test it myself here on localhost?
Thanks for the message!
Hi,
You can download the latest theme version and update the visual composer from the pack, is the latest version 4.3.5.
Thanks!
Hi,
Can you give us a link URL to take a look? Thanks for the message!
Hi,
Can you give us access to Wp-admin to take a look? Send the details via email at contact@tagdiv.com
Thanks for the message!
Hi,
The gallery shortcode default take the “thumbnails” size image that is at 150 x 150px like in your case. You need to setup the gallery shortcode to take a bigger image because the 150×150 px is not enough to cover the layout.
Edit your post and go to classic editor, locate your gallery shortcode and specify the size attribute. You can use from default sizes like "thumbnail", "medium", "large", "full" but this not fit the look, here you can use one thumbnail that is cropped by the theme, all sizes are in function.php here:
http://screencast.com/t/1RasbvLpH – for size available
Here is an example I’ve used td_300x194: http://screencast.com/t/hmgjH7nSC and here is how it looks: http://screencast.com/t/fDPffCDE14X
or if you prefer another aspect ratio of the image you can try other size like: td_238x178 http://screencast.com/t/jKC5o7FSph3
Here is the gallery shortcode if you want to read more details: http://codex.wordpress.org/Gallery_Shortcode
Thanks for the message!
Hi,
We will take a look and will fix it asap. Thanks for reporting this.
Hi,
We will fix this in our documentation, sorry about that.
Here is all the sizes of the featured image for each post style, this is for perfect fix, you need to have exactly this or bigger(if bigger will be cropped)
Default style: 640 x any size
Style 1: 300 x 350px
Style 2: 640 x any size
Style 3: 681 x any size
Style 4: 1021 x 580px
Style 5: 1021 x 580px
Style 6: here tahe the full image that you have uploaded and stretch it
Style 7: – no featured image
Style 8: 1021 x 580px
Thanks for the message!
Hi,
I’m a visitor and i see the widget in footer: http://screencast.com/t/YYlTmCOdEhe You have solved the issue?
Hi,
You have manage the issue? I’ve seen that you pagination works now.
Hi,
Try this CSS:
.td_module_wrap a:hover {
text-decoration: underline !Important;
}
Thanks for the message!
Hi,
You have managed the issue? I’ve tested your site in Chrome and the menu works fine: http://screencast.com/t/gbm0CTCqp
-
This reply was modified 11 years by
Marius.
Hi,
When an intem from menu is active have a selector like: current-menu-ancestor
Use it to give a color on that to like your item menu selector + current-menu-ancestor something like:
.menu-item-261.current-menu-ancestor {
my css
}
Hope this help!
Thanks for the message!
Hi,
The fonts works with Pagebuilder with Page Title template. Also work with Default Template to, but without page builder(Visual Composer) only plain text and shortcodes. If you add elements with page builder the fonts won’t work because this is used to create homepages and will brake the typography of the blocks/modules/elements.
Thanks for the message!
Hi,
Please make sure you have the latest version 1.1. We have fixed that in the latest update.
Thanks for the message!
Hi,
We working on the Woocommerce support, is first on the list, will be available in the following updates.
About the CDN configuration, Radu managed that things, will reply to you.
Thanks!
Hi,
Yes, comment this line like here: http://screencast.com/t/khlIrjNr
of this method with .htaccess http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Hi,
I found that is possible somehow to configure those settings directly from wp-config file from wordpress and leave the php.ini
Add this in your wp-config.php file and see if work.
ini_set('max_execution_time', 600); //600 seconds = 10 minutes
define( 'WP_MEMORY_LIMIT', '96M' );
or
https://wordpress.org/plugins/increase-upload-max-filesize/
or
Make a blank text file. Save As php.ini Inside the text file copy-paste the following:
upload_max_filesize = 32M
post_max_size = 32M
Load the php.ini file into the folder you’ve set up your website.
Thanks and hope will help!
Hi,
Can you give us access to your WP to take a look? Send the details via email at contact@tagdiv.com
Thanks!
Hi,
What you can do is to disable all plugins to make sure there is no conflict with one of them. Can you give us access to your WP to take a look? Send via email at contact@tagdiv.com
Thanks!
Hi,
What else can do is to enlarge the image via CSS, but this is only an enlargement not a cropping image. Provide a link to take a look.
Thanks for the message!
Hi,
You can make the footer full width by adding the following css inside the Theme Panel -> Custom CSS: – http://screencast.com/t/7vQgLpj8
.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}
If you want to change the number of columns you can do it from the Theme Panel – http://screencast.com/t/5VWoL1q31 – http://screencast.com/t/2VPN8P6R8Wed
Thanks for the message!
-
This reply was modified 11 years by
Marius.