Forum Replies Created
-
in reply to: Drop down menu problems
Hello,
Please go to Appearance > Menus, open the submenu item and see if the megamenu check box is checked. See screenshot of the option: https://postimg.org/image/pz0lb1tjp/
Let us know.
Best regards!
in reply to: Cannot see post in normal modeHello,
Do you have any animation set up for the main text?
Please add this code into your custom css box:html:not(.no-cssanimations) .animate_on_visible { opacity: 1 !important; }Let us know if the situation persist.
Best regards!
in reply to: Overlay on blog post featured imageHello,
Yes, to change the color you need to change the values inside the
rgba(). In order to find this easy do this:
-open your page and open inspect element in it. Open Inspect Element by pressing F12 or right click > Inspect, in your keyboard;
-find the color you need and gradient using the color picker in the background color in the css of the page. Copy the values and paste them in the code i gave you.
See a screen recording of it: https://drive.google.com/file/d/1AWKE3EZzv21rmnAcyf8dRKTFGnC349yM/view
Or if you show me the color you want i can find the rgba values and send them to you.
Let us know.Best regards!
in reply to: Single Post Template (Specular)Hello,
The file responsive for single blog post is single.php. Find it directly at specular folder. The files responsible for all blog styles can be found in folder \includes\view\blog.
Best regards!
in reply to: Overlay on blog post featured imageHello,
Yes, please add this code into your custom css box in Appearance > Customize > Additional Css:
#blog-entries.media-entries article .entry-media .entry-overlay { background: rgba(159, 13, 195, 0.68) !important; }Change the color and gradient to your wish.
Let us know.Best regards!
in reply to: Tip page idleThis reply has been marked as private.in reply to: font-awesome iconHello,
Please check again your test page. I added two working examples for you. Text and button.
Best regards!
in reply to: Website looks bad on mobileHello,
All custom css added in the General Options > Custom Css box will be intact. The custom css is stored in the database and it does not get affected from any theme update. Only theme files are.
However, do not worry as we will check it up again and fix whatever issues you have.Best regards!
in reply to: Multiple filters on VC Post Masonry GridHello,
This needs coding and you will need to edit out the plugins files. Located in wp-content/plugins/js_composer folder.
This is a customization out of support reach so we can’t help you further. I suggest you hire a developer or ask in the plugins support forum for similar situations.Best regards!
in reply to: Activation problem with slider revolutionHello,
The purchase code you got while purchasing theme is valid only for this theme! Not the included plugins.
We have purchased extended licenses for all included plugins. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. To use them, just install plugin from Plugins menu and activate again from the Plugins menu. This is enough to use the sliders normally. There is no need to activate it in the slider’s options.The only restriction of this type of licence is that you can not update it on your own terms. You have to wait until there is a release of theme with plugins updated as well.
The rules of the marketplace don’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in almost every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
in reply to: Scrolling through the portfolioHello,
Yes, all themes provided by Codeless are SEO optimized. To make it even better, we recommend you to add unique content and use as much key words as possible. The “WordPress SEO by Yoast” plugin is also fully compatible.
Let us know.Best regards!
in reply to: Drop down menu problemsHello,
That’s great.
Thank you for sharing!Best regards!
in reply to: Items list – distance space not workingThat’s great!
Let us know for anything.
Best regards!in reply to: Some minor adjustment helpHello,
The “Food For The Poor Canada” below the menu, is the placeholder of logo. Since there is no logo assigned, the text shows up. I removed it with custom css. I added this line into your custom css box:
#logo { display: none; }-A span added in the Top Header area widget, in the logo, was causing it to push down the menu. I remove it and added this css to align it:
.top_nav .textwidget { padding-top: 35px !important; }Please check your site.
Best regards!
in reply to: Scrolling through the portfolioHello,
I added it. For future reference, please see the screenshots below as to where to find the ‘Additional Css’ menu.
Step 1: https://postimg.org/image/f09nunxpx/
Step 2: https://postimg.org/image/qqnlbrnut/Let us know if you need further help.
Best regards!