Forum Replies Created
-
in reply to: Recent Portfolio and extra navigation
Hello,
1-The ticket you pasted is almost 2 years old. Theme code has changed ever since to mach the updates of wordpress and PHP. There are additional changes needed to do in order for this to work. This customization exceeds the purpose of this support. SO i will help you get 6 cols in one row using custom css for now, and i will add this at our to-do list for the next theme update.
I set the recent portfolio as carousel and added this code into the page’s custom css box:/*.five-cols .portfolio-item { width: 11.4% !important; } .recent_portfolio .portfolio_slider { pointer-events: none; } .recent_portfolio span.separator { left: 32% !important; } .recent_portfolio h2.vc_custom_heading {left: 32% !important; }*/To make it active, just remove the comment tags (/*css code*/).
2-You can style the recent portfolio element further using custom css. Please keep in mind that personal customizations are not included in support.
4-The page’s custom css box is located in the page’s backend. The gear icon at the top-right. See screenshot: https://postimg.org/image/o3sd917r9/
The code i added last time is not here anymore. I assume you removed it. Anyway with 6 column portfolio this is not recommended as it will stretch too much the portfolio items.5-Just change the values until you are satisfied with the result. The code is the same.
6-Yes, add this code:
.extra_navigation ul li a:hover { font-size: 13px !important; color: cornsilk !important; }8-Please make the changes you want from the above first. Then we’ll check the result and make additional changes. So we won’t have a mess.
9-Ninja forms is not a tested plugin from us. So we can not guarantee it’s compatibility with theme. I can suggest you use the Mailchimp newsletter instead.
Best regards!
Hello,
Yes, that would save us some time. I can login and fix these.
Let us know.Best regards!
in reply to: lightbox on hoverHello,
Yes, please add this code into your custom css box in Appearance > Customize > Additional Css:
.cl_media .lightbox { background: hsla(255, 90%, 90%, 0.52); }Change the color and gradient to your wish.
Let us know.Best regards!
in reply to: Toggle not displaying properlyHello,
Please update theme to it’s latest version 1.0.7 and then update Codeless Builder too. Just delete it with all it’s files. Go back to dashboard, and install again from the required plugins message in the dashboard.
Let us know if the issue persists.Best regards!
in reply to: Private BlogHello,
1-Are you referring to the next post in line when you open one of the posts? Sorry but this is not possible.
2-Please add this code into your custom css box, located in General Options:
#comments h4 { display: none; }3-You can remove the header of the blog page in the page’s options. Scroll down to General Settings > Page Header Options > Active Page Header, set it OFF. Do the same for all the posts.
To remove the menu for all posts, you will need to add this code into your custom css box:.page-id-910 #navigation { display: none;} .page-id-910 .header_tools { display: none;} .postid-912 #navigation { display: none;} .postid-912 .header_tools { display: none;} .postid-920 #navigation { display: none;} .postid-920 .header_tools { display: none;} .postid-922 #navigation { display: none;} .postid-922 .header_tools { display: none;} .postid-929 #navigation { display: none;} .postid-929 .header_tools { display: none;} .postid-931 #navigation { display: none;} .postid-931 .header_tools { display: none;} .postid-927 #navigation { display: none;} .postid-927 .header_tools { display: none;} .postid-935 #navigation { display: none;} .postid-935 .header_tools { display: none;} .postid-937 #navigation { display: none;} .postid-937 .header_tools { display: none;} .postid-933 #navigation { display: none;} .postid-933 .header_tools { display: none;}Let usknow.
Best regards!
in reply to: Google Analytics Tracking CodeHello,
Sorry for the late reply.
Please try again adding the code you received from your google account. Without removing the<script>tags.
Example:<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109577112-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109577112-1'); </script>Let us know.
Best regards!
-
This reply was modified 8 years, 5 months ago by
Mirela.
in reply to: Blog PageHello,
1-The image is inside a text element and if you open it from the ‘text’tab in text editor, you will see the
<p>tag. This is causing it to take the custom styling we added for the<p>tag. I just removed it and the image is already centered now. Please check the “Professora Greg” page.
I edited this line:<p style="text-align: center;">[imagestyle style="circle"]https://capoeira.gr/wp-content/uploads/2017/11/grega_thumb.jpg[/imagestyle]</p>
to this:
[imagestyle style="circle"]https://capoeira.gr/wp-content/uploads/2017/11/grega_thumb.jpg[/imagestyle]
Screenshot: https://postimg.org/image/hcaoe2qth/2-About the google analytic, i edited file header.php. Please try again adding the code you received from your google account. Without removing the
<script>tags.
Example:<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91490040-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-91490040-1'); </script>Let us know.
Best regards!
in reply to: Localisation related string replaceGlad to help!
Let us know if you have other questions.Best regards!
in reply to: delete single new slider inside codless sliderHello,
What theme version are you running? Please make sure to have the very last theme version. We have fixed this in the current theme version. When you hover over the slider, the “Current slide” and bin icon will show up. See screenshot for demonstration: https://postimg.org/image/45l8exsnp/
The latest theme version is 1.2.4 and the latest version of Codeless Builder is 1.2.5 (it’s important to have the builder updated all the time).
Let us know.
Best regards!
in reply to: Mozilla for Android Menu Dropdown doesn't appearHello,
I can’t get a fixed date just yet. But we update very often so the wait will not be long. You will be notified via email when the update is ready for download.
Thank you for your patience!
in reply to: Localisation related string replaceHello,
You can find them in these strings in files:
-specular\functions-woocommerce.php
-specular\includes\view\woocommerce-cart.php
use a ftp account to access them. If you don’t have any, ask your host provider to help you get one.
Let us know.Best regards!
in reply to: Recent Portfolio and extra navigationHello,
1-Where did you try this? Can you post a link?
2-Sorry, i don’t understand what you mean. Can you please explain better?
3-Sorry but this requires code customization that is not included in this support service.4-Are you referring to something like this: https://postimg.org/image/rfyxre8s5/ ?
If yes, i already added the custom css in the page’s custom css box for this. It is inside comment tags. Remove the comment if you want to use it. Edit the values to your wish.5-I added this code into your Custom Css box in General Options :
.full-width-content .wpb_column .overlay { width: 94% !important; left: 20px !important; }Result screenshot: https://postimg.org/image/bx1httamt/
6-If you style the main menu from theme options, the main menu will be affected as well. In order to customize only the menu in extra navigation. Use Custom css. Example code:
.extra_navigation ul li a { font-size: 13px !important; color: cornsilk !important; }7-Add this code to add padding to extra navigation content:
.extra_navigation .widget:first-child { margin-top: 45px; }You can add background image and ovarlay using custom css as well. Sorry but this is a personal preference styling and it’s not included in support.
Best regards!
in reply to: Mozilla for Android Menu Dropdown doesn't appearHello,
You are right, we checked and only for Firefox in mobile android device (iOS has no problems) is not showing up. I have notified the developers and we are currently looking into this. We will include a fix in the upcoming theme update.
In the mean time, please us another browser for the time being.
Thank you!
Hello,
That’s because you do not have the latest theme version. You need to update theme first, and then update plugin (install the included version).
Please do that first (update theme) as it has very important changes made to it.
Let us know.Best regards!
in reply to: codelessbuilder doesn’t work it load infinity…Hello,
We have replied you in this other ticket of your: https://support.codeless.co/?topic=404-oops-that-page-cant-be-found-setting-theme-studio
Please keep up the topic there.
Best regards!
-
This reply was modified 8 years, 5 months ago by