Forum Replies Created
-
in reply to: Mega menu disappeard
Hello,
Popup Maker is conflicting with the menu, if you disable it the megamenu options will be back.
Best regards!
in reply to: Demo data and other problemsHello,
It works now. I added the Russian .po file at lang folder in specular theme.
Edit here:
https://www.clipular.com/c/5572986794147840.png?k=rK9iluZZiooN0k9OdfugPAJec3I
https://www.clipular.com/c/5452980777385984.png?k=DZZTCNpuCzrqGC4K0qVaJWnwU7QBest regards!
in reply to: Image tearing and bugs in generalHello,
Please can you grant me admin access so I can see the plugins and access the builder?
Have you installed all the requested plugins?
Best regards!
in reply to: mobile menu not working on phoneHello,
Please can you show us your site credentials so I can give it a closer look?
You are right it doesn’t work on responsive, there is a javascript error, but it seems to be caused by a third party plugin. Please disable any plugin added to check it they conflict.
Best regards!
in reply to: Massive issues.Hello,
I did a test here https://cbmk.se/test-4/. The images are displaying correctly in page. The only issue is with the ones at Media, the thumbnails on Media library are distorted, but when you click on them, they seems fine. It’s not a real issue, it depends on how the image renders on different sizes. Try to save with different resolution in photoshop (web optimized).
Best regards!
in reply to: Fixed item size in /blog/ pageHello,
Please edit the file ‘specular/includes/view/blog/loop-grid.php’. You can access this file also at WP dashboard -> Appearance -> Editor.
<div class="text"> <?php if($post_format == 'video' || $post_format == 'audio') echo codeless_text_limit(get_the_content(), 20); else echo get_the_excerpt(); ?> </div>with this:
<div class="text"> <?php echo codeless_text_limit(get_the_excerpt(), 20); ?> </div>You can change the ’20’ with the value you want.
Best regards!
in reply to: Blog page items overlapHello,
Please find the file in your WP installation via FTP and edit it ‘specular/js/main.js’.
Find the lines:
//codeless_blogmasonry(); } /* ----------------------------- End Blog Infinite Scroll ---------------- */
and replace with:
codeless_blogmasonry(); } /* ----------------------------- End Blog Infinite Scroll ---------------- */
Let us know if the issue persists.
Best regards!
in reply to: Massive issues.Please can you provide also the login credentials? Add the at your profile.
in reply to: Hyperlink not shown when in bullet listHello,
Please add this custom css code:
li a {
color: #10b8c7;
}We will include it in the next theme update.
Best regards!
in reply to: Massive issues.Hello,
Please can you provide us your site credentials so I can check it closer and try to understand the issue?
The theme don’t transform the color/hue of images (except in some elements like portfolio where you choose yourself the effect), they are displayed with the original colors.Probable you are uploading large images (>2M) that’s why you get the error when uploading. Try to compress the images as much as you can without loosing the quality, it’s better for site performance.
Possibly this maybe the cause the images are displaying with different colors on web, depending on image format and image size, some images when zooming out the image the colors are more concentrated.
Best regards!
in reply to: Cart and Search buttons hidden behind sliderHello,
You can check it now. The option to activate the responsive tool can be found at Theme Option > Header > Show header tools in responsive (Mobile) .
Let us know.
Regards!
in reply to: Image tearing and bugs in generalHello,
You can post the credentials and set the reply as “Set as private reply.” anyway you can contact us through our email codeless.sol[at]gmail.com
Regards!
in reply to: Demo data and other problemsHello,
1. Search widget can be translated manually by change the file serachform.php
The blog page header “Blog” into the file /specular/includes/view/page_header.php
2. Also the Search Results can be translated by editing the file search.php and /specular/includes/view/page_header.php
Make a search to this files and you will find any word to translate easily.
Keep in mind that any string can be translated with po/mo files that you can find into lang/ folder.
Take a look to this tutorial for more detailed information:
Regards!
in reply to: Cannot activate my licenseHello,
Please before installing the demo data deactivate all the plugins installed in your WordPress installation. After you have deactivated all plugins you can install the dummy data.
Try again and let us know.
Regards!
in reply to: Mega menu disappeardHello,
No, there is nothing changed with mega-menu in the last update.
Please send to us your wp credentials and online link so i can check what cause this issue.
Regards!