Forum Replies Created
-
in reply to: Testimonial Sliders – Android Mobile
Hello,
Sorry for the late reply.
I tested the site in these platforms and the testimonials showed up ok. Please see screenshots:
Galaxy Note II: https://pho.to/AgEXN
Iphone 6: https://pho.to/AgEXT
Nexus 6P: https://pho.to/AgEYII suggest you add this code into your custom css box:
@media(max-width: 667px){ .caroufredsel_wrapper { width: 380px !important; }}refresh pages and try again in the mobile. Change the value until you are satisfied with the result.
Let us know.Best regards!
in reply to: How to customize this theme?Hello,
1-The second code i send you has the css classes that point to the logo. You can add/remove attributes to it to edit the logo position. To address to only the desktop version(not mobile) remove the @media rule.
Example:#logo img { margin-right: -60px !important; width: 366px !important; padding-top: 30px !important; }I added the padding-top: 10px !important; to the previous code.
2-For the header, just change the margin-left value until you are happy with the result. In your custom css box, in the block code:
header#header #navigation { float: left !important; margin-left: 11% !important; margin-top: 4% !important; }I changed margin-left from 32% to 11%. Please check your site.
PS: I suggest you learn more about css to customize further the site to your wish. Check out these sites as reference:
https://www.w3schools.com/css/
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://css-tricks.com/Best regards!
in reply to: Menu hidden in Chrome, fine in SafariHello,
You had some syntax errors in the Custom css box that’s why the css was not effective. However, the theme you are using is of a very old version. Many important changes has been done to it ever since.
Please update theme (latest version 2.3.3) first. Also install some caching plugin.
Let us know if the issue persists after it.Best regards!
-
This reply was modified 9 years, 2 months ago by
Mirela.
in reply to: Testimonial Sliders Copy Shows in Link PreviewsHello,
I did some tests with other sites using Specular theme and no, this does not happen. I can suggest you use this plugin, “Add to Any” to control the text to display while sharing.
Let us know.Best regards!
in reply to: How to customize this theme?Hello,
1-That is the location of the Top Navigation Area. All the content present there is composed by widgets. To add/remove content just go to Appearances > Widgets, in the “Top Header Right” (screenshot).
2-That hole area is in fact the header. You can change it’s height in General Options > Header Options > Header Height (screenshot). Add padding to position the logo vertically using custom css.
3-I already send you the custom css for this in the last reply. This block:
header#header #navigation { float: left !important; margin-left: 32% !important; margin-top: 3% !important; }Just change the values to your wish. Save changes.
4-Change the content width in General Options > Layout > Boxed Container Width(px) (screenshot)
5-The three bars icon is the mobile menu. In mobile, tab on it to unfold the menu.
You can see it in this screenshot i send you in the last reply:https://share.pho.to/AgAh4
You have set OFF the “Show Responsive Menu Dropdown” option in General Options > Header Options. This is the responsible option that controls the display mobile menu or not.
I already send you the code to resize the logo in mobile as well, in the last reply. The second block of code. Just edit the values to your wish.Best regards!
in reply to: Unable To Update ThemeThis reply has been marked as private.in reply to: Menu hidden in Chrome, fine in SafariHello,
Do you mind filling in the necessary information on the extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: WooCommerce 3.0 templatesHello,
Our team is already working on it. The notice won’t affect your site’s normal behavior.
You will be notified when a theme release will be launched.Best regards!
in reply to: Previous/next blog buttonHello,
That’s strange. It does not happen in any other installation. It must be something else in your site interfering with theme scripts.
Please add the ftp information too. We need to check the files directly.Best regards!
in reply to: portfolio sorting issueThis reply has been marked as private.in reply to: How to customize this theme?Hello,
The screenshots are still not visible. Please use one of these online image sharing site’s:
https://share.pho.to/
https://postimage.io/
to upload images and share the link with us.-Menu below logo, is on of the theme styles. To change the header style you have to go to General Options > Header Options (screenshot: https://pho.to/AgAfV) Select one of the available headers in the drop-down list. In this case the “Below the logo navigation with background” style would do the job.
-If you want to keep the simple style and re-position the menu bar, then add this code into your custom css box:
header#header #navigation { float: left !important; margin-left: 32% !important; margin-top: 3% !important; }This will be the result: https://www.clipular.com/c/6267092648329216.png?k=PZjhMj8IjYaDenNVm_3OoA9yVPc
-For the mobile layout, i added this code into your csutom css box:
@media (max-width: 480px){ #logo img { margin-right: -60px !important; width: 366px !important; }}This will fix the logo position (screenshot). I also set to 100% the width of the boxed layout in General Options > Layout. This was causing the misalignment of the mobile layout.
– We strongly suggest to assign the home page and blog page in General Options > Select Special Pages > Select Frontpage/Select Blog page. Some important styling are related to this.
Let us know if you have further questions.Best regards!
in reply to: Missing Single Image ElementHello,
1-The visual Composer elements are removed according to the theme layout and features.
2-As the equivalent of the “Single Image” element is used the “Media” element (screenshot).
3-No. there will be no effect. Most of the elements are independent of each other unless explicitly said the contrary.Best regards!
in reply to: header styleHello,
That’s strange. I checked the page’s General Settings > Page Header Options but the settings are equal in both pages. Also the “Subtitle for this page” option is set OFF in the second page’s settings.
Did you perhaps edited any of the theme files? Or installed any new plugin recently? Please deactivate all third party plugins first. Then upload a fresh copy of theme files directly into the wp-content/themes folder in your server using a ftp connection. Rename it in order to keep your current copy. Then in your Appearance > Themes, activate the newly added theme. See if the situation persists.
Let us know how it goes.Best regards!
in reply to: How to customize this theme?Hello,
1-The screenshot you send is not available.
Please watch carefully the video tutorial on how to add/remove menu items from a menu. Can you send another valid screenshot? I don’t understand what you want to achieve.
2-I see the menu items are still inside the page header bar. Do you want to keep them there?
To remove the “Home/” too (that’s the breadcrumbs line) add this css code:.breadcrumbss { display: none; }3-This is not the form of theme in mobile. Please send us some valid wp credentials in a private reply. So we can check your configurations and see what has is causing this.
Best regards!
in reply to: add social share buttons on a pageHello,
Sorry for the late reply.
-No, it’s not possible adding a share button to pages using theme’s default options. I suggest you get a plugin to do it for you.-Add/remove any of the available socials at General Options > Social Media (screenshot)
Let us know if you need further help.
Best regards!
-
This reply was modified 9 years, 2 months ago by