Forum Replies Created
-
in reply to: PERMALINKS Problem
Hello,
Please reset permalinks. Set it to default, save, then to your custom structure, save again.
Visual Composer plugin is indeed included in theme package, it’s free and fully compatible with theme options. We update it to it’s latest version (of the time) in every theme update. We release updates frequently so it never gets to old for you to have issues.
If you must update before, then you will have to buy it.Best regards!
in reply to: Dummy Data Import Stuck at 65%Hello,
I was able to import dummy data with success(screenshot). I set up home page and blog in Settings > Reading and main menu. Please continue with further customization.
Let us know if you need our help.Best regards!
in reply to: Dummy data Import – FailureHello,
I see you have already imported dummy data successfully. You only needed to set up home page and blog in Settings > Readings. I did it for you. Also add all the widgets you want in footer, at Appearance > Widgets.
Let us know if you need our help.Best regards!
in reply to: Error with PORTFOLIO itemsHello,
Glad to know you are ok. Let us know if you need our support.
Best regards!
in reply to: search widget does not workHello,
The site has the theme named: specularold. Please change it to the default name and try again.
Let us know.Best regards!
in reply to: Full width slider for demo 3 (padding showing up)Hello,
You have set up the site as boxed. The slider is following the site’s layout. You have to change the site’s layout, or adjust it via css.
Best regards!
in reply to: Logo missingHello,
You must have set on the sticky logo. Please go to Header Options > Sticky Header and set it OFF.
Let us know.Best regards!
in reply to: Remove Categories Description from portfolioHello,
This is definitely not caused by the css code i gave you. It is tested and it does only hide the category slugs. Did you made any other changes in the mean time?(I am not referring to theme update) What plugins do you have installed?
Please send us your wp credentials and enable right click so i can inspect it.Best regards!
-
This reply was modified 10 years, 7 months ago by
Mirela.
in reply to: Google Map Not InstallingHello,
I can not see the image attached, however.. Please make sure to have included only the link. If you have set it as iframe, the dashboard appears.
Try these links:
Address 1: https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2569.9210546870204!2d-97.08489568393126!3d49.90028543473328!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x52ea70c38008416d%3A0x218442ac60292fe5!2s980+Nairn+Ave%2C+Winnipeg%2C+MB+R2L+0Y2%2C+Canada!5e0!3m2!1sen!2s!4v1446201240123Let us know.
Best regards!
in reply to: Responsive Menu IssueHello,
-I see in desktop the menu is centered (screenshot). What do you need to change?
-I fixed the logo in ipad. As for the socials, they are added in Widgetized area, which is apart from menu bar and is not shown in responsive.
-I added this code:
@media (max-width: 979px){ .header_7 #navigation nav .menu { width: 30% !important; } .snap-drawer #logo {left: 50% !important;} } @media (max-width:480px){ nav .menu { padding-left: 85px !important;} .snap-drawer nav .menu li > ul.sub-menu li { text-align: justify;} }into your custom css box for the menu alignment and logo in iPhone.
Please check and let us know.Best regards!
in reply to: Sticky Nav and One Page # links overlapHello,
Sticky navigation has no issue with either normal site nor one-page site. make sure you have enabled ‘Smooth scroll’ in General Options > Smooth Scroll.
-Please go to file js/jquery.onepage.js and find these lines:scrollTo: function(target, callback) { var offset = $(target).offset().top; $('html, body').animate({ scrollTop: topposition }, this.config.scrollSpeed, this.config.easing, callback); },Replace with these:
scrollTo: function(target, callback) { var offset = $(target).offset().top; var topposition = offset - 70; $('html, body').animate({ scrollTop: topposition }, this.config.scrollSpeed, this.config.easing, callback); },Let us know.
Best regards!
in reply to: Background vs footerHello,
Sorry for the late reply.
I edited the staff column. I set it’s content centered in vertical. Result.Best regards!
in reply to: Decrease space below menuHello,
Can you please enable the wp credentials again? I can not log in with the latest pass. We uploaded the theme and now we need to continue testing from wp side.
Best regards!
in reply to: Various Problems with the Header PhotosHello,
I added this line into the present code in your custom css box:
.page-id-34 .header_page.centered { background-size: inherit !important;}
This is the result of page ‘b’ in ipad, screenshot.
Let us know if you need anything else.Best regards!
in reply to: 2 issues with SpecularHello,
-“As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’”
When the screen gets to small to display all menu items properly, the mobile menu(hamburger) gets in action.
-I fixed it. Please check your site.Best regards!
-
This reply was modified 10 years, 7 months ago by