Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterI see, checked page HTML source code, and found the html code of all your custom widgets which in service page are not in the #sidebar div, because you added them via visual composer.
I have already fixed it.
The solution as below
step1. Edit the column and add woocommerce class name, refer to https://www.dropbox.com/s/gckqu687v2vm19k/editcolumns.jpg
Step2. I added the following custom CSS into Samsara options > Custom style > CSS code
.wpb_widgetised_column .widget ul{ margin:0;padding:0; } .wpb_widgetised_column .widget li{ list-style:none; } .widget h4 { text-transform: uppercase; font: normal 14px 'loveloblack', Geneva, sans-serif; border-bottom: 1px solid #000; padding-bottom: 10px; margin-bottom: 25px; letter-spacing: -1px; } .widget li { font-size: 12px; color: #656565; margin-bottom: 5px; padding-bottom: 8px; border-bottom: 1px dashed #b5b5b5; }Thanks!
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterFor portfolios heading issue, because portfolios page template doesn’t call the page content,
You can edit page-portfolios.php file, if you created child theme, just copy this file to your child theme folder,
add under this line<div class="portfolio-posts section container">
FocuxTheme Support
KeymasterFor LOGO issue, it’s customization issue. The genera idea is use CSS media query as below:
@media only screen and (max-width: 479px) { h1#logo{ display:block; } h1#logo a {background-image:url(YOUR LOGO URL HERE);} }FocuxTheme Support
Keymaster1. Because “laurentbouit.fr/portfolio” is a preset slug in wordpress, it means that the name of this post type is “portfolio”, so you can’t use it.
2. Go to “Setting > Reading”, look at the first option “Front page displays”, and check the sub option “Posts page”, you should leave it empty, don’t select any page.
4. Because this page http://laurentbouit.fr/carte/ doesn’t have any content, so the default height of content is not enough to make the footer touch the bottom of the page. After you added some content, the footer will be at the bottom of the page.
7. The new version has only improved some small issues, there’s no big changes. What changes you want?
FocuxTheme Support
KeymasterHi
Can you post your sign-up form code here?
Let’s me check it.Thanks
-
AuthorPosts
