Forum Replies Created
-
in reply to: Duplicate WPML Language Selector
Hello,
I assume you solved your issue. Let us know if you need our help.
Best regards!
in reply to: Portfolio filter refreshing to top of the pageHello,
I tested all the portfolio categories in your site and it did not refresh the page. Did you manage to solve your issue? Let us know.
Best regards!
in reply to: Coddles Slide OptionHello,
I don’t see any attachment. However theme doe not have any issue with uploading any image. What version of the theme do you have? Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Can't get any demo data to work properlyHello,
@allowishus,
I could successfully import dummy data for the default demo(screenshot). I set up the home page and blog, and the main menu. Please continue with further customization. Let us know if you need help.
@aboudbarjoud,
Please make sure you have enough memory limit. You can ask your host about it and to increase it if necessary. The dummy data are quite big so it may exceed your current limitations.
Let us know if you need help.Best regards!
in reply to: How to change header menuHello,
You are using the same header in both demos. The difference is that in default demo, the background is set to be transparent. Remove the transparency in General options > Header Options > Make Transparency Header, by setting it OFF.
Best regards!
in reply to: Responsive Menu/HeaderHello,
Sorry but i don’t understand. This is what i see when accessing your site from mobile: screenshot.
-In iPad landscape, i do not see the white header, screenshot.
-Please send us a screenshot for no. 2, i don’t understand what are you referring to.
Let us know.Best regards!
in reply to: Setting Up Tower Agency DemoHello,
-For the white bar, please go to General Options > Header Options > Default Page Header > Page Header Height, set it to 0.
Or add this code into your customc ss box (General Options > Custom Css Box):header#header .row-fluid .span12, .header_wrapper { height: 0 !important; }-Please go to your Settigns > Permalinks. I assume you have set up permalinks to be “Custom Structure”. Check here if you have any “index.php” before other tags. Remove it and save.
Example: screenshot.PS: It is my duty and pleasure to respond all of your queries. Let us know for anything.
Best regards!
in reply to: Codeless Slider and SEO by Yoast incompatibilityHello,
Theme is not compatible with SEO by Yoast plugin. Please use another alternative plugin. “All in One SEO” is a good one and compatible with theme.
Best regards!
in reply to: Opening Portfolio items from the portfolio pageHello,
Please go to file includes\view\portfolio\loop-masonry.php and find this line:
<img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt="">
Replace with this:
<a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt=""></a>Best regards!
in reply to: MailChimp sign up area sizeHello,
Can you please be more specific? I didn’t see the mailchimp subscription form anywhere in your site, so i added it in the forth column of footer (for demonstration purpose, please remove it if you do not want it there) I edited the width in the code i previously gave you to 316px. Please check your site and let me know if is this what you needed.
Best regards!
in reply to: header widgetized area and blog title font colorHello,
I added this code into your custom css box:
.contact_information dd p { color: #E77644 !important;}
For the content text color. Please check your site.Best regards!
in reply to: Header on portfolio itemsHello,
My apologies if i didn’t express myself very clear. I do read what you wrote. In my response i told you that the portfolio items page header takes the settings set in the main default Page Header (General Options > Header Options > Default Page Header) Meaning that here is where you set up the height too.(see “Page Header Height”)
I see you have set it 0px, and if you check it up with inspect elements it is indeed 0px height. The space you want to reduce is not connected to page header. It is part of the content div. To reduce that add this code into your custom css box:.single-portfolio #content { margin-top: -65px !important; }This is the result.
Best regards!
in reply to: Menu disappears with smooth scrollHello,
I still can’t access it. Please make sure to have chosen the dark version header in both page’s and codeless sliders. To increase the menu item paddings, please go to Header Options > Menu Options > Menu Items padding/margin .
Best regards!
in reply to: MailChimp sign up area sizeHello,
You should add this code into your custom css box. Find it at General Options > Custom css box (screenshot).
What do you mean by adding name? Do you want it as a placeholder? or to add a new field?
Best regards!
in reply to: header to blog page