Forum Replies Created
-
in reply to: about SSL
Hello,
This is nothing to worry about. There are images in the theme that are loaded via http. That is why sometimes this message shows up. I opened your site and i don’t get any security warning.
However, as i checked, you can just remove the current logo images that came with the dummy data and import your own images. See screenshot: https://postimg.org/image/4j43q93np/Best regards!
in reply to: Some minor help on pagesHello,
These pages do have the same page header elements, but you have set them up differently. See screenshots: https://postimg.org/image/ltuiimxzp/
https://postimg.org/image/bl21cccdh/I changed the first page’s title heading options and now they are identical.
Best regards!
in reply to: custom codeHello,
Theme’s main builder is Codeless Builder. It has no issue working with it. Visual Composer is a third party plugin offered as an extra, but the most important and main builder is Codeless Builder.
I understand that due to the major popularity of Visual Composer, it’s easier to work with something you are already familiar. But this is indeed a third party plugin. We are trying to make theme as independent as possible, from other parties work. So you won’t necessarily need to keep updating all included plugins in order for your site to work well.However, the work to make Visual Composer fully compatible and to be able to switch back and forth VC-CB, is ongoing. We will keep upgrading it and releasing better versions all the time.
Please have faith in our work.Thank you!
Hello,
You can change any page’s permalink in it’s page options. See screenshot: https://postimg.org/image/5t1x53ut1/
Let us know.Best regards!
This reply has been marked as private.in reply to: Background of highlighted sectionHello,
The background image of the footer is too wide for your footer layout. The aspect ratio does not allow this modification. I suggest you edit out the original image (https://codeless.co/june/default/wp-content/uploads/2017/11/img1footer.jpg) to your current footer height (or just make the image twice it’s original height), upload it again. Then add this code into the Additional Css menu:
.topfooter-unique-style { background-size: contain !important; }Best regards!
Hello,
I see the “shop” page is a different page (https://julibridal.com/shop/) than the https://julibridal.com/shop-2/ you have added to the menu.
So either check the permalink of the shop page in menu and edit it out to simple “shop”, (check the permalink). Or assign this other page as your shop page and add it into the menu menu as well.Best regards!
in reply to: Fatal errorHello,
Please sens us some valid wp and ftp credentials in a private reply. So we can check this and help you install theme correctly.
Best regards!
in reply to: sidebar placementHello,
Sorry but this is not possible.
Best regards!
in reply to: Woocommerce Order-received doesnt worksHello,
We need more details to track down the cause of this. When did this start to happen? Did you had any new plugin installed recently? Do you have theme and all plugins updated?
Please add some valid wp credentials in your profile data. So we can give this a closer look.
Read this article for more information.Best regards!
in reply to: Switch earlier to responsive menuHello,
Yes, sure. Inside the
@media (max-width: 1055px)rule, add this code as well:header#header { background-color: white !important; }So the result code with be:
@media (max-width: 1055px){ .mobile_small_menu { display: block !important; } #navigation { display: none !important; } #logo { float: right !important; } header#header { background-color: white !important; } }Best regards!
in reply to: Blog page helpHey,
Nice to know the forum was helpful to you. Let us know if there is anything else we can help you with.
Kind regards!
in reply to: Turn off Woocommerce PaginationHello,
Sorry for the late reply.
Please go to file functions-woocommerce.php and find this line:
add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'), 20);
The value 12, represents the number of products per page in the shop page. Change it to your wish. Example:
add_filter('loop_shop_per_page', create_function('$cols', 'return 999;'), 20);It will show a max of 999 products per page.
Let us know.Best regards!
in reply to: portfolio display in safariThis reply has been marked as private.in reply to: Drop down menu problemsThis reply has been marked as private.