Forum Replies Created
-
Can you please link me your site?
thanksin reply to: how to add pagination to a custom pageHi, demos have to be installed only on top of a fresh empty installation as explained in the manual.
You can use a plugin called wp Reset to delete everything and start again with the installation.in reply to: Duplicate categories on ThemeWe will update this in the next theme update.
If you are in rush you can add this in the functions.php after line 568:|| $query->is_tax('testimonial-category') || $query->is_post_type_archive('testimonial')
After doing this, after line 596, add:
if ( $query->is_post_type_archive( 'testimonial' ) || $query->is_tax('testimonial-category')){ $query->set( 'orderby', array ('menu_order' => 'ASC', 'date' => 'DESC')); $query->set( 'posts_per_page','12' ); $query->set( 'order','DESC' );
Please see the example:
VERY VERY IMPORTANT: REPLACE THE ‘ OF THE COPY AND PASTE WITH THE SYMBOL FROM THE KEYBOARD. ALSO, BACKUP YOUR FUNCTIONS.PHP BEFORE EDITING AS IF YOU DO MISTAKES IT CAN LOCK YOU OUT OF YOUR SITE. EDIT AND REPLACE THE FILE VIA FTP AND NOT VIA ANY WORDPRESS EDITOR OR PLUGIN.
in reply to: hide testimonial on testimonial pageYou’re welcome, closing topic for now and will udpate you here.
in reply to: Linkedin Icons missing form team member pageI think with the css posted in your newer topic this won’t be a problem, otherwise please update here.
Thanksin reply to: header heightYou can add
<?php wp_link_pages(); ?>
right after
<?php the_content(); ?>
like this
https://imgur.com/a/mo4udQwit’s gonna be in the update anyway, don’t worry.
in reply to: how to add pagination to a custom pageOnly via CSS, you can add
@media only screen and (min-width: 1201px){
.qt-parentcontainer .qt-menubar {position: absolute !important; top: 0 !important;}}in reply to: header menuHi. I see this item appearing correctly and working fine.
You can’t use it in Tutorial templates because there is already our own internal menu, which you can use following the manual. Is the Chapter functions 8added by the chapters menu) and it creates internal links in the dynamic sidebar of the tutorial template.in reply to: TOC in post with video formatin reply to: Javascript Error with Visual Composer 5.5.2Dear customer, i’m sorry to inform you that what you are trying to do doesn’t worke because is not permitted and is against the product license limitations.
In fact, the themes from themeforest are allowd for normal single site installations, single domain, only.https://themeforest.net/licenses/faq#faq-section-permitted-multi-use
What you try to do not only is not technically possible with this theme but is also forbidden. Nor this type of usage is declared anywhere.
WordPress WPMU is not a regular WordPress installation, and your license is for a normal single site only.
Closing the topic.
thanksin reply to: Logo link misdirect on multi-site.May I please ask you which icon sets you have active?
Also, I’d need please the URL of the site so I can debug it live.
Thanksin reply to: Javascript Error with Visual Composer 5.5.2Hello triumph169,
as we can see, there is a bug regarding sidebar customization in customizer.
We are already working on this and it will be fixed in the next update (probably next week).Have a good day,
Andreain reply to: Linkedin Icons missing form team member pageYou can switch the category page layout to grid by going on your backend, then Posts -> Categories and then switch “Category Template setting” to Grid.
You can hide read time on posts with a little snippet of CSS: Go to Appearance -> Customize -> Additional CSS and paste this:
.qt-posttype {display:none}
This should work for you.
All the best,Andrea
in reply to: category pageAs stated on our item support policy page, design customization goes off the support.
What I can do is point you on the right way and then you can try it to edit the PHP file. Make sure your are using the provided child theme before editing the files as suggested on our manual in the theme folder, then you can edit thetemplate-video.php
and search for<div class="qt-sidebar col s12 m12 l3"> <?php get_template_part( 'phpincludes/sidebar'); ?> </div>
This code add the sidebar to video posts.
Hope this can help you,
Andrea- This reply was modified 6 years, 2 months ago by themes2go.
in reply to: adding fullwidth page template to postCurrently, WP Bakery Page Builder allows uploading only videos from YouTube.
In the past, we’ve occurred the same problem but we easily fix it by adding own videos to our YouTube channel and then linking then back to our pages.Andrea
in reply to: header video backgroundHello Dante78,
I’ve split the topic for a better researchability on our forum.
You can fix it on your Database with search and replace function (replace your HTTP URL with HTTPS – make sure to save your backup before proceeding) or using a third-party plugin like https://wordpress.org/plugins/force-https-littlebizzy/ or https://wordpress.org/plugins/really-simple-ssl/.I suggest you going through this well-done guide on WPBeginner: https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Keep me posted on this,
Andreain reply to: Migrating to HTTPSHi there!
In order to hide post author and date on post header, I suggest you going on your backend and then Appearance -> Customize -> Additional CSS and paste this CSS snippet:h4.qt-subtitle {display:none;} .qt-scroll-indicator {display: block; margin-top: 1em;}
This should work for you.
All the best,Andrea
in reply to: remove author name & date from postsWe are checking the issue with our developers, I’ll get back to you soon.
Thanks
in reply to: Linkedin Icons missing form team member pageJust go in Appearance -> Menus, then click on the top right corner on “Screen Options” and enable “Testimonial Category”.
Now you can choose from the left sidebar the preferred testimonial category.
Have a nice day,
Andrea- This reply was modified 6 years, 2 months ago by themes2go.
in reply to: hide testimonial on testimonial pageHello!
you can upload your gif inside a header: just edit your row, go to Design Options tab and upload your gif in the Background section and choose “Cover” from the dropdow setting list.At the end, I suggest you switch the page template to “Page Fullwidth”
This should work for you.
Have a nice day,Andrea
in reply to: header video backgroundHello,
currently there is no such function in the theme but we will include it in the next theme update.Stay tuned!
Andreain reply to: how to add pagination to a custom pageHello,
currently there is no such function in theme.Have a good day,
Andreain reply to: adding fullwidth page template to postHello there,
I’ve just checked your website on GTMetrix and these are the results: https://gtmetrix.com/reports/www.nomadsrtw.com/Q7xckZDgAs I can see, the issue comes from two main things:
– server settings (Enable Keep-Alive)
– image optimization (your homepage weighs more than 20MB)For the first one you need to contact your hosting provider, for the second one you can use a plugin called WP Smush that will optimize your images of your WordPress Media Library.
Even for “Defer parsing of JavaScript” and “Leverage browser caching” issue you can use some third-party plugin and maybe you can find some sort of settings in W3 supercache plugin.
Have a good day,
Andreain reply to: theme speedHello,
currently there is no Linkedin icon field in team member page but we will include it in the next theme update.In order to remove the sidebar from team and testimonial pages, you need to go to your backend and then Appearance -> Customize -> Sidebar Settings.
Here you will find some switchers that will activate or not sidebar for custom type pages.
Regards,
Andreain reply to: Linkedin Icons missing form team member pageHello,
currently you can’t achieve it what you said, you can only link to a single category page.Have a good day!
Andreain reply to: hide testimonial on testimonial pageHello, we only add the Icons shortcode and we do not modify the post grid shortcode in any way, could you kindly clarify which point of the error log leads to issues with our plugin please?
If there is any error we will fix it immediately but it doesn’t seem related with the Icons2Go.Also, the only relationship between icons2Go and Page Builder is that we add the shortcode to the list of items in the editor, so it shouldn’t interfere.
Any further detail is welcome in order to help you.
thanksin reply to: Javascript Error with Visual Composer 5.5.2Still don’t understand, what is gallery of posts?
in reply to: how to add pagination to a custom pageWhat do you mean for post pages? the single posts or the archive pages?
in reply to: adding fullwidth page template to postHello, not possible, sorry. You can edit the theme yourself using the child theme but such customizations can’t be provided under the theme support limitations.
Regards
Igorin reply to: series cards