Forum Replies Created
-
Hello,
You can change the image using custom css. You can add this code for each post:
.postid-35 .header_page, .header_page { background-image: url(https://localhost/specular/wp-content/uploads/2014/07/12-2.jpg); }Just change the post id and image source link. Find the id from Inspect Element (screenshot) But as you can see, this may not be the greater option if you have many posts.
Or set on the Blog Options > Active Fullscreen Innovative Single Post (screenshot), to set different fullwidth header page.
Let us know.Best regards!
in reply to: Handel IT Services template missingThis reply has been marked as private.Hello,
That’s correct, the page header in all portfolio items will be imported from the settings already set up in General Options > Header Options > Default Page Header.
Sorry but you can set different page headers, only to pages.Best regards!
in reply to: how to move attribute to the bottomHello,
The type of sorting you have selected in the above case, is by ordering them from smallest size to largest. The order takes the first values and orders them from smallest value(0.33 fl) to the biggest (34 fl). This is not a custom order that you can change to your wish because there is a script defining it.
Also, this is an attribute of the Woocommerce plugin and not controlled by theme. The file \wp-content\plugins\woocommerce\includes\widgets\class-wc-widget-layered-nav.php is the plugin’s file that control’s it.
Best regards!
in reply to: WHMCS Integration?Hello,
Please follow this link: https://beemple.com/
Write directly to our support staff in beemple.com via email: codeless.sol[at]gmail.com or ask direct questions using the live chat.Let us know for anything.
Best regards!
Hello,
1-I already gave you the solution for this in point 1 or previous reply. Just go to Tower > Layout > Boxed Container Width with percentage, set it to 100%.
6-Perhaps you are using another portfolio style. Just go to folder tower\includes\view\portfolio here are the portfolio files. Open them one at a time and do these changes. Check your portfolio for changes. Make sure to clear cache and refresh page after each change. Some servers take a bit in showing changes.
9-Go to file js/main.js and find this block:
/*------------------------------ Clients Carousel ------------------------ */ function clientsCarousel() { "use strict"; var $self = $('.clients_caro'); if ($self.length) { $self.css('display', 'none'); $self.imagesLoaded(function() { $self.css('display', 'block'); $self.carouFredSel({ items: 4, auto: true, scroll: { items: 1, duration: 500 }, prev: { button: $self.parents('.clients_el').first().find('.prev') }, next: { button: $self.parents('.clients_el').first().find('.next') } }); }) } }Change the
durationto your wish.
Related topic: https://support.codeless.co/?topic=client-carousel-speed-To change image sizes (clients etc), please refer to this article: https://support.codeless.co/?ht_kb=ideal-image-size
or use custom css. Add the css in General Options > Custom Css box.10-When using a portfolio page (portfolio template), then you can only select two styles: with spaces between portfolio items / no spaces. Select the “with spaces” and adjust the space using custom css. The same goes for Visual Composer “Recent Portfolio” element. Select style with spaces and adjust it further with custom css.
Note: Please know that these are personal preference customizations and technically not included in support. Read more on our support policy here.
Best regards!
in reply to: WP Bakery Page Builder BROKEN HOMEPAGEHello,
This happened because you have added elements directly from the visual editor (screenshot). And when switched back to text editor, these are translated in scripts that the Visual Composer does not recognize (screenshot).
I made this test for you: I copied the short code from the home page (visual editor) and pasted in in a test page (text editor), but in the text editor, not visual editor (screenshot). As you can see the Visual composer here, can recognize some codes and reproduce them into shortcodes (screenshot).
This is the page: https://marysadvocates.org/home-test/So what i suggest you is to create a new home page and add every element of the previous one, but using only Visual Composer backend elements.
Best regards!
in reply to: Object ObjectHello,
@pf_hosting, the registration is optional. You should be able to use theme ever without registering.
Just import dummy data and proceed in installing included plugins following the instructions in your dashboard (screenshot).
Let us know if you need any help with it.Best regards!
in reply to: Change hover color on homepage menu/navigationHello,
Thank you for the appreciation!
Please add this code into your Custom Css box:.header_container.menu-full-style #navigation nav > ul > li > a:hover { color: #f36c38 !important; }Let me know.
Best regards!
in reply to: Fast Page Customize not workingHello,
Yes, you can use “All In One WP Security”. It has no compatibility issues with theme.
Best regards!
in reply to: Where do I edit May We Suggest tags?Hello,
Do you have any caching plugin installed? Or set up in your server? Please clear cache and retry again. Some servers take time in showing changes. If you have removed some tags and added others, there is no reason not to show.
Please know that this is content you add and is stored in the database. It is not controlled from theme.Let us know.
Best regards!
Hello,
We tested this and there is no compatibility issue of theme with Visual Composer’s latest version!
The posts (portfolio items as well) are not designed to use Visual Composer elements. That’s why you are having issues.
Please use the VC in pages only. We will add this feature in later versions of theme.Best regards!
in reply to: Problem with jquery?Hello,
Are you saying that the plugin “WP Support” is the culprit? Disabling it makes the issues go away?
I am sorry you are experiencing this, but please understand that this is not theme’s responsibility. All the tested and supported plugins are listed in theme’s profile in Themeforest. If you have any issue with them, we will take care of it making all necessary changes to theme. Other than these, we are not responsible.
We can not offer support on every third party plugin available on the market.Best regards!
in reply to: WP Bakery Page Builder BROKEN HOMEPAGEHello,
Yes, clicking the “Set as private reply” will make your reply visible only to you (ticket author) and support admin (Me, Medrit, Ruco).
By “valid wp credentials” i mean login credetnials to your wordpress dashboard, preferably without restrictions so i can make the tests i need.
You may also add the credentials in your profile extra fields. Read this article for more information.
Best regards!
in reply to: BugHello,
Yes, that’s normal. When you add a new element it has it’s original settings first. You need to customize it to your wish. This includes changing the button title as well.
To change it, just click inside the box and proceed in adding/pasting the new title.See a demo here: https://youtu.be/6gJ6tgnIMJY
Best regards!