Forum Replies Created
-
in reply to: Drop Down Menu’s Parent Menu Deactivation
Hello,
Sorry for the late reply.
Nice to see you found a solution, but you need to know that this code targets one specific menu item. If you happen to add more parent items, it will not work on them.
Try this code instead:.menu-small ul.menu .menu-item-has-children { pointer-events: none; }for the mobile menu. This targets all items that have sub-menus.
And this:
.menu-item-has-children {pointer-events: none;}for the normal desktop menu.Best regards!
in reply to: Drop Down Menu Not working properlyHello,
This site: rawadmerhi.com does not have Specular theme installed.
Please send us the link where this theme is running.Best regards!
in reply to: Portfolio itemHello,
As i wrote above, these two titles are hardcoded and so you need to edit them from theme files. Go to file \includes\view\portfolio\single-gallery.php, edit the titles here (screenshot).
Or translate them via .PO/.MO files.Best regards!
in reply to: Staff Carousel problem in IEHello,
What version of IE are you accessing it from?
Best regards!
in reply to: Border resizes when viewed at different zoomed %’sHello,
In your page you have a text box with borders. Depending on the amount of text of each box, the dimensions of these boxes differ from one another when resizing the screen. The best solution, for you not to have to keep track of jquery edits, is this:
-Remove the borders from text box options;
-add these borders with css at the box wrapper;
I made these steps in a test page, but some how i don’t have the access rights to open it up. Please check its options and the css code i added in the page’s custom css box.
I tested in another site and it should be ok. Let us know how it will go.Best regards!
in reply to: Border resizes when viewed at different zoomed %’sHello,
Sorry for the late reply.
I am working on it now and will get back to you asap.Best regards!
in reply to: Column spacing custom cssHello,
I added this cod einto the page’s custom css box:
.vc_custom_1458227333749 { width: 46%; margin-right: 25px; }Please check your page, the columns are separated.
Best regards!
in reply to: Change Archive and Search site titleHello,
Please go to file \includes\view\page_header.php and find this line:
$title = __('Search Results', 'codeless');
Edit the text “Search Results” to your wish.
You can find the “Archive” in your wordpress installation files.Best regards!
in reply to: Adding a new font is not workingHello,
What font are you trying to add? A custom one or a google font? If you send us your wp and ftp credentials in a private reply, we can help you add them.
Let us know.Best regards!
in reply to: Plugin UpdatesHello,
The licence key you got by buying the theme is only for you to register in this support forum. Not to update included plugins. These plugins have a extended licence that let’s all of our customers use them freely. We update them to their latest versions, in every theme release. But if you wish to update before this, then you will need to buy the plugins yourself.
Best regards!
in reply to: White Space Below FooterHello,
Can you please send us a link where is this happening?
Best regards!
in reply to: Problem with clients sliderHello,
What part of the code did you edit in file js/main.js? I suggest you try this: find functon:
codelessLayoutChanges()and edit the column value in this line:if(container > 940) self.innerWidth( (wpb_column/5)+'px');to 6. It will show up 6 items of clients in client carousel and it will not break down the layout.
Let us know.Best regards!
Hello,
I added this block of css into your custom css box:
@media (max-width: 1024px){ .codeless_slider .swiper-slide{ background-attachment: initial !important; background-position: 50% 50% !important; } .swiper-slide.swiper-slide-visible.swiper-slide-active { background-size: contain; height: 517px !important; } .codeless-slider-container { height: 517px !important;} .slider#slider-fullwidth { height: 517px !important;} }This is the result, screenshot. Can you please check your site? Let us know.
Best regards!
in reply to: Boxed Mobile VersionHello,
Please edit the code above to this:
@media (max-width: 480px){ .boxed_layout { width: 100% !important;} }Let us know.
Best regards!
in reply to: # extra classHello,
Sorry but this is not possible.
Best regards!