26686 comments found.
Hi Qode,
Could you tell me if this is possible (i’‘ve been trying to find an example on your demos but have not).
I would like to set-up a number of slides/pages that are essentially using the Qode slider. Each slide/page has a full screen images and a title + some body text.
I want to set it so that the slide always fills the screen with no up / down scrolling… slides/pages are then navigated just by using the left right arrows?
Do you have an example of this do you think?
Basically it’s like a full screen template but with left rights arrows to navigate slides/pages?
Hi,
Unfortunately there’s not a native option for this. This modification would require additional coding of our theme files. We are not in a position to accept any custom work at the moment, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.
In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: – http://studio.envato.com
Thanks for understanding.
Qode
Ok – thankyou. Will do.
In the future could you look at possible adding this functionality to the full screen template? That would be great – an option to add left right page movement for a full screen template – it would open up another stream of templates possible with theme.
Hi,
Thanks for reaching back.
We’ll forward your notice to our Project manager for further consideration. If this feature gets included into our theme it’ll be listed in the theme update change-log.
Qode

How do I change the color of text when highlighted? It’s like it has a default highlight of bluish green.
Hi,
Please go to your WP Admin -> Qode Options -> General and set the Text Selection Color option – http://screencast.com/t/PrjAgms3Kb
Qode
Hi,
If you’re still having this issue, please submit a ticket to our support team at https://qode.ticksy.com and they’ll have a closer look at your site and see what they can do to help.
Qode
Found it
Thanks for the update 
Qode
Thanks!
You’re welcome 
Qode
Are you planning to release a WP4.2.2 compatible version soon? Will I be able to upgrade it seamlessly when it comes?
Hi,
The latest version of Bridge is fully compatible with WP 4.2.2.
Qode
Having issues with the products pages in woocommerce showing the demo header instead of the default header that I’ve made. All the other pages seem to be working fine..thoughts?
I’ve put this in a ticket, but it seems you guys respond here faster. Private Ticket #439574
I guess not.
Hi,
We’ve assigned this ticket ID to a member of our support team. They’ll get back to you on your ticket as soon as possible.
Qode
Is it possible to have text logos in place of where the default logo will go? Can the “logo” just be the site’s theme name in the font of the demo imported? Or an option for this in the Qode options??
Hi,
Our theme features only image logo support. You can easily upload your own logos (images or text in the .png image format) to WP Admin -> Qode Options -> Logo and replace our placeholder logos.
Qode
Yes, many sites are designed for individuals whom don’t have logos but it would look nice just to write the site name in a nice font at the top. So, this is not possible at all?
Hi,
Unfortunately not. What you can do is create a PNG image with a transparent background using a simple image editor software and write your site name in the font of your preference and use that as your logo.
Qode
Yes, I will have to do that instead. Thanks
You’re welcome.
Qode
Hi guys,
I set up a page using “Bridge Coming Soon Creative” (via Qode Import). Could you please explain how I can import another demo now (e.g. “Bridge Vintage”) to work on the full website while the Coming Soon page is still live? Here’s the link if it helps: http://www.derfotobulli.de
Thanks so much in advance!
Kind regards, Julian
Hi Julian,
You can only have one demo imported at a time – in order not to duplicate and override some of your demo content. To import a new demo you need to delete all previous posts/pages/portfolios and media files. Also, make sure that you’ve deleted all the menus in WP Admin -> Appearance -> Menus so that they not get duplicated. You can perform these tasks manually, or use a plugin: https://wordpress.org/plugins/wordpress-reset/
From what you’ve written it’d be the best that you import Bridge Vintage demo and create a page that will serve as your landing page – using the Landing Page template and activating the maintenance mode. This way, site visitors will see the landing page and you’re free to work on your content in the meantime.
Qode
Thanks so much for your help.
I did exactly what you wrote above and used the Landing Page template + activated the maintenance mode with the created page.
However, the maintenance mode does not seem to work as it now shows the your demo on my main domain http://derfotobulli.de instead of http://derfotobulli.de/coming-soon as it should.
I tried everything for the last hours. Could you please advise me how to set up maintenance mode so it shows the content of http://derfotobulli.de/coming-soon on http://derfotobulli.de ?
Thanks a lot in advance
Nevermind… it was the cache… it works now. Thanks!
Thanks for the update. Glad you’ve resolved this 
Qode
Hi, I just updated the Bridge theme automatically inside Wordpress….
Now nothing works. I lost my logo, my homepage, my galleries don’t work….HELP!
http://www.RobsPictures.comThank you!
Rob
Hi Rob,
Please submit at ticket to our support team at https://qode.ticksy.com/ and they’ll have a closer look at this issue on your site and see what they can do to help.
Qode
Seems to be fixed…nevermind. sorry 
Thanks for the update. Glad that this has been resolved 
Qode
Hi, What do I direct to in my css to change the default font. I’m trying to use a custom font.
thanks logan
Hi,
Please go to your theme folder/functions.php and paste this code:
if (!function_exists('additional_font_styles')) {
function additional_font_styles () {
wp_enqueue_style('your_font_name', 'the_url');
}
add_action('wp_enqueue_scripts', 'additional_font_styles');
}?
Adjust the your_font_name to your preference and the_url to the right URL path to the fonts’ files (we suggest that you create webfont and refer to a CSS file).This handles the API call to your webfont. Next, with CSS code apply this font to any part of the website you might want with font-family property.
We suggest that you do this in your child theme and its functions.php file in order to preserve this alterations upon theme update.
To get more familiar with inserting Custom fonts into our theme and using them, please refer to this article: http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
Qode
How can I erase the bridge logo in the left top area? It’s in default, but I don’t want to have any logo there. This is the website: openmjnd.com/workshop
Best Steffen
Hi,
Please paste the following CSS code into WP Admin -> Qode Options -> General -> Custom CSS field:
.q_logo { display:none !important; }
Qode
Thanks! But I don’t want to erase all, just the appearance of the bridge logo. When I scroll down, the logo from my company appears – but before scrolling, there is the bridge logo…
Hi,
Sorry for misunderstanding. In this case, please paste this CSS code instead:
header:not(.scrolled) .q_logo { display:none !important; }
In case you want to have your original logo before and on scroll, simply replace our placeholder logos in WP Admin -> Qode Options -> Logo.
Qode
Hi. How do I remove the “Bridge” logo from my sticky menu.
I have removed it from the library and have uploaded my own – yet it keeps appearing.
Many thanks,
Hi,
Please double check that you’ve removed all of our logos and replaced them with your original self-hosted logos.
If the issue is still present, please submit a ticket to our support team at http://qode.ticksy.com/ and they’ll have a closer look at this issue and see what they can do to help.
Qode
Hello, thx for your wonderfull theme! But I have a big problem since few days. My website www.tplnweb.fr doesn’t work, I need to reload the page to see the content.
Do you have an idea?
thank you for your return.
Hi,
Thank you for the kind words 
Please submit a ticket to our support team at https://qode.ticksy.com/ and they’ll have a closer look at your site and see what they can do to help you resolve this issue.
Qode
Hi there 
Is it possible to create a header with your theme, having the same style contact information as in this theme? I need the contact details in the header 
Hi,
There’s a similar header layout that you can achieve. For example – http://demo.qodeinteractive.com/bridge84/
This demo is using Header Left and Header Right from Logo widget areas to showcase information – http://screencast.com/t/ccvkoxsSip1V and the Header Type is Fixed advanced.
Qode
Hi there . I have an issue. And need to solve quickly. The ticket number is #439285
Hi,
Our support is working on all active tickets as we speak and will get back to you on your ticket as soon as possible.
Qode
Hello, some days ago I opened a ticket in Ticksy, without having yet received a reply … can you help me?
https://qode.ticksy.com/ticket/437591Regards
Hi,
Our support team is working on all active tickets as we speak. We attend to the tickets as they come in and due to time zone difference some delays might happen. Thank you for your patience.?
Qode
Hello,
Thank you so much for the great theme so far we love it.
Any luck on ticket#: 438257
Hi,
Many thanks for the kind words 
We’ve assigned this ticket ID to a member of our support team. They’ll get back to you on your ticket as soon as possible.
Qode
Hello,
Thank you so much for the great theme so far we love it.
Any luck on ticket#: 438257
Hi,
Many thanks for the kind words 
We’ve assigned this ticket ID to a member of our support team. They’ll get back to you on your ticket as soon as possible.
Qode
Footer Column 1 appears to have a bit less margin/padding in it to support the logo. However I am just using that column for text. As a result, it skews higher in the footer area than the other columns. How/where do I adjust that space? Thanks
Hi,
This is inquiry qualifies for further assistance provided by our support team as it is highly dependent on your site layout. Please submit a ticket to our support team at http://qode.ticksy.com/ and they’ll have a closer look at this and see what they can do to help.
Qode
Found it – the following was set as custom css – after removing, it aligns fine. Thanks
footer .column1 { position: relative; top: -18px; }
Thanks for the update. Glad you’ve resolved this 
Qode
On this page…
http://demo.qodeinteractive.com/bridge/white-header/...you have a 4-image gallery toward the bottom (woman/light/subway/sketch). I would like to do that, but ideally in a way that is “draggable” where other images would come in from the right as you drag (similar to the portfolio control). If you click on an image, it zooms, but that’s it (no portfolio page).
Is that doable?
Thanks
Hi,
The shortcode being used is the Image Gallery shortcode. There are various options you can set in this shortcode as you can see for yourself, but probably the closest layout to your description can be achieved using Qode Image Slider shortcode – http://screencast.com/t/oUfWkx9A
The settings – http://screencast.com/t/AI5CYHzR
Hope this helps 
Qode
Hi ! is there a way to add the scroll effect to any link to anchor in the page, not only on the wordpress menu, content menu and back to top arrow ?!
for exemple, I have an internal link on the top of the page, that should go to a specific visual composer row ; I filled the RowID field ; the link is working, but there’s no scrolling to anchor effect…
thanks a lot Julien
Hi,
To achieve this, when creating a link as your content use Raw HTML shortcode and type something like:
<a href="#myrowuniqueid2" class="anchor">Lorem Ipsum</a>
This CSS class ‘anchor’ enables you to scroll through your page with the same scroll-to effect.
Hope this helps.
Qode
thanks ! the scroll-to effect seems to work well with Anchor ID field of the row, but not with Row ID field : is this normal ?! thanks !
You’re welcome 
The Row ID field and Extra class name field are meant for CSS targeting – If you want to have a specific CSS rule applied to a certain row or certain row class. Row IDs do not have the scroll-to function. For this you should use Anchor IDs as advised.
Qode
ok, but in the Visual composer very poor doc, ID row seems more about hyperlinks than css targeting…
ID for Rows
Row ID allows link anything to specific place within your website. Create fancy one-page sites or use ID in complex cross-linked e-commerce solutions.
thanks
Hi,
Thanks for reaching back 
We’ve implemented this scroll-to functionality so that it works a tad differently that what you’d normally see in the ‘stand-alone’ VC. Just use Anchor IDs and the scroll-to effect will work as it should.
Qode
ok, thanks !!!
You’re welcome 
Qode
Excellent theme so far ! Full of great features.
Did not try support yet cause i’ve found answers to my problem within the comments.
Only problem i had was with import of demo where i had to create a php.ini onto server root and modify max memory limit and execution time. My only recommandation for this theme would be to add a little text file within the zip that explain this “tricky” modification to non-techy person.
Thank you again for the great theme!
Sam
Hi Sam,
Thank you for this review
We’re constantly working on improving every aspect of our theme and this customer feedback means a lot to us. We’ll forward this notice to our Project manager for further consideration.
Qode