Forum Replies Created
-
in reply to: logo + menu issue on mobile
Hello,
I edited out this css you had added in General Options > Custom Css box:
@media (max-width: 767px){ #logo { left: 75% !important; }}to this:
@media (max-width: 767px){ #logo { margin-left: 30%; float: left !important; } }It’s ok now. Here is the result: https://ibb.co/cBjJGn
Best regards!
in reply to: Tower Sticky Menu + Portfolio issuesHello,
The bottom is getting 40px padding and an additional 40px margin. See screenshot: https://ibb.co/gBzeNS
That is why it’s not even. I suggest you remove one of them, either page content padding-bottom or the row margin-bottom.Let us know.
Best regards!
in reply to: Extra tab on product pageHello,
This is a predefined layout. The second tab is the one of the reviews. It will automatically show up once this product has at least one review.
To add further tabs, requires coding theme files. Sorry but this exceeds the purpose of the support.
Best regards!
in reply to: Hamburger menu not closing on one pageHello,
Save a backup of the file and redo the changes (only the changes in this function). Or use a child theme.
Best regards!
in reply to: June theme lightbox not workingHello,
This is the default layout of the lightbox, but for everyone that wants to customize it, your code is very useful.
Thank you for sharing!Best regards!
in reply to: Hamburger menu not closing on one pageHello,
I fixed it. Please clear cache and refresh page.
I remade the changes in functionCL_FRONT.onePageScrollas suggested in the topic attached. But since you have set on the sticky header, it needed an additional css class. So i added this line:
$('.cl-fullscreen-overlay-menu.cl-overlay-menu.light-text').removeClass('open');
(screenshot).You did not had to upload the entire file, and please do not do this again in the future. The file is old and most probably you have updated theme from that time. Uploading an old version of codeless-main.js file could result in major issues in the site.
Instead just check the minor changes made in the code pasted (screenshot)Best regards!
in reply to: June modification listHello,
1-You can add custom code in Appearance > customize > General > Custom Codes menu. Or edit out theme files. We strongly recommend to not edit directly theme files as it will prevent you from taking future theme updates which are very important for your site’s well-going. if you plan on changing a lot from theme’s original layout, we suggest to use a child theme instead.
PS: if you change theme core files on your own, we can not offer support on theme for any issues that may arise after that.
2-This is not a feature in theme’s layout. If you want to add it, use custom css. Add the css in Appearance > customize > General > Custom Codes > Custom Css. Example css:
@media (max-width: 480px){ .header-top { width: 100% !important; position: fixed !important; background-color:white !important; z-index: 5000000000 !important; }}3-You will need to use custom css for this as well. Try out this code:
.cl-header-sticky{ -webkit-transition: -webkit-: none !important; -moz-transition: -moz-: none !important; transition: none !important; }4-The feature mentioned here is an original element created for June theme. To have different product categories in different rows, just add a new row > than add a ‘shop’ element inside it. Select the category you want to show in it. Repeat the steps for the other rows.
5-Open Codeless slider element’s options by hovering over it with the mouse. Scroll down to the ‘Tools’ option to add padding/margin to your wish. See screenshot: https://ibb.co/kAKDE7
6-Do you want to use different images for different screen sizes? Sorry but this is not possible. Codeless slider is already responsive. You can also use other type of sliders from the included plugins.
7-This is not a feature controlled from theme. I suggest you install a plugin to control and set up user login page.
Let us know.
Best regards!
in reply to: Position ProductsThis reply has been marked as private.in reply to: Page Fullwidth Content problem with new versionThis reply has been marked as private.in reply to: Center the buttonHello,
When you are in the editor and hover over the portfolio element, the portfolio element’s options will unfold in the left side bar. But the portfolio as an element is different from a single portfolio item. To edit one portfolio item, go to Customize > Portfolio Items. Select the item you want to edit from the drop-down list. Then proceed in customizing it.
See screenshot: https://ibb.co/eaYmHSLet us know.
Best regards!in reply to: Few QuestionsHello,
This looks like a host issue. Did you perhaps change any DNS or ip lately? As first step, please try deactivating your plugins. Try again. If the issue is gone, try activating plugins one at a time to find the culprit.
This is a common wordpress issue, so you will be able to find plenty of similar case online. Here are a few that may help:
https://generatepress.com/forums/topic/scrape-nonce-check-failed-please-try-again-error-since-wp-4-9-update/
https://theusualstuff.com/wordpress-4-9-error-edit-files-resolved/Best regards!
in reply to: Migrating website Resets Theme SettingsHello,
Transferring the site is mainly a work done in the database. If you have managed to transfer database content and changed all url’s successfully, then there is no reason for the site to not be as the localhost.
Please try again using the plugin. Make sure to have set up all needed plugin settings correctly.
Best regards!
in reply to: Position ProductsHello,
Sorry for this, i can assure you that there is not issue with the shop. Do you have any issue in adding items to cart and checkout?
-Please use an online sharing service to upload your screenshots and send us the link. For example: imgbb.com
Can you please be more specific regarding the categories?
Let us know.Best regards!
in reply to: Folie – Architecture TemplateHello,
The additional styles that you add through the new feature get stored into a custom post type, that’s why they aren’t affected by themes updates or migrations. It is a good way of adding small CSS changes, but if you’re about to make larger style changes, creating a child theme is still the best way to add custom CSS.
I suggest you check out the wordpress forum for similar requests. If you need help customizing the current css, let us know so we can help you.
Best regards!
in reply to: Technical HelpHello,
Does the user you send us have admin rights? Please give it admin rights so i can be able to see all wordpress menus.
2-I did check the mobile, but to actually do something, i needed to edit the files and since the “Editor” menu was not available, i was not able to move forward with it.
3-I don’t understand the question. Do you want to see or do you not want to be able to see this link: https://parkerconsultinggroup.org/services/executive-protection/executive-protection-2?
Let us know.
Best regards!