-
-
Hello and a Happy New Year,
i accidentally delete the original “Blog – Posts page”. How can i restore the initial “Blog – Posts page”? There was a extra tab inside, “Portofolio Options”.
Regards
-
Hello,
Any page you have can be used as the blog page. Just assign it at the General Options > Select Special Pages > Select Blog Page. Then customize blog in General Options > Blog Config.
If you need more help, send us some valid wp credentials in a private reply. And i can set it up like the demo for you.Let us know.
Best regards!
-
-
-
Hello,
Can you please check again the password? I can not login with it (screenshot).
The custom code affect every
p
tag. If there is some other element in the site inside it, eve if it happens to be an image or footer, it will be affected. In such case, all you have to do is add more css classes in order to specify the element that will be customized. I can help you with this, but i need a link of the page you want it to apply.
Let us know.Best regards!
-
-
-
Hello,
1-Did you made any changes to theme code? I see the alternate style of blog is not displaying as it should normally. I suggest you update theme to it’s latest version too. For the time being, i set up blog like the demo you showed (minimal), by adding this custom css into your Custom css box:
.fullwidth .blog-article.alternate-style .content { width: 995px !important; } .fullwidth .blog-article.alternate-style .content { width: 540px !important; float: right !important; } .fullwidth .blog-article.alternate-style .media { width: 395px !important; }
Please clear cache and check your site.
2-To justify the text in each page content, i added this code into your Custom Css box in General Options:
.wpb_text_column p { text-align: justify !important; }
Please check your site and let me know.
Best regards!
-
-
Hello,
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!
-
-
Hello,
This is really strange. It worked well when i removed the
<p>
tag from the image. However, it’s not something that can not be fixed. I added into the other page’s custom css box, this code:.img-circle { margin-left: 35% !important; }
It will align the image at the center. Please check them.
-I commented out the custom css for the blog in General Options > Custom Css box, and refreshed the blog page. This is the result: https://postimg.org/image/w4kg2z5rp/
That’s exactly like the demo. Let us know if you need further help.Best regards!
-
-
Hello,
I removed the comment tags from the custom css i previously added in General Options. It should be like the screenshot now. Just make sure to have cleared cache and refreshed page.
Let us know.Best regards!
-
-
Hello,
Sorry but it’s not possible to add fb like button from theme options. You can install a custom plugin for this.
To make your social icons open link in new tab, please go to file \includes\widgets\codeless_socialwidget.php and find these lines:
https://codeshare.io/5DrMjE
Replace with these:
https://codeshare.io/5PXDV7Save and refresh pages.
Best regards!
-
-
-
Hello,
Sorry for the late reply.
-I already did the changes needed in the given file;1-I set up the gallery page in 4 columns, but there is no gap visible. See screenshot: https://postimg.org/image/6tssb44kl/ did you manage to fix it?
2-What version of Internet explorer are you using? Can you please send a screenshot of what you get?
3-This is a known issue with Safari. We are working on it and will try to include a fix in future theme updates.
4-This code in Custom Css box is affecting the responsive form of the News page in mobile:
.fullwidth .blog-article.alternate-style .content { width: 540px !important; float: right !important; }
So i added this code to fix it:
@media (max-width: 480px){ .fullwidth .blog-article.alternate-style .content { width: 315px !important; float: none !important; } .fullwidth .blog-article.alternate-style .media { width: 300px !important; } }
The add_image_size() function is used to alter image sizes of all images you upload according to the place they will be used.
So theadd_image_size( ‘port3’, 600, 600, true );
is to set up image sizes used for portfolio with three columns. The “true” statement means that the image will be forcefully cropped to fulfill the given dimensions. If set to false, it will keep the original image proportions.add_image_size( ‘port3_grayscale’, 627, 470, true );
->portfolio 3 columns, with grayscale style;
add_image_size( ‘port2’, 460, 275, true );
->portfolio with two columns;
add_image_size( ‘port2_grayscale’, 940, 470, true );
->portfolio 2 columns, with grayscale style;
add_image_size( ‘port4’, 600, 600, true );
->portfolio 4 columns;
add_image_size( ‘blog’, 825, 340, true );
->blog page images;
add_image_size( ‘alternate_blog’, 440, 195, true );
->alternate blog style, page images;
add_image_size( ‘alternate_blog_side’, 355, 235, true );
->like the above but with sidebar layout;
add_image_size( ‘blog_grid’, 350, 350, true );
->the image size used for single blog posts;
add_image_size( ‘staff’, 400, 270, true );
->single staff featured image size;
add_image_size( ‘staff_full’, 500, 340, true );
->staff carousel or when used in a portfolio page;Let us know.
Best regards!
- This reply was modified 6 years, 9 months ago by Mirela.
-
-
Hello,
In file includes/widgets/codeless_socials.php i edited this line:
echo '<li class="email"><a href="'.esc_url($cl_redata['email']).'" target="_blank"><i class="icon-envelope"></i></a></li>';
to this:
echo '<li class="email"><a href="mailto:'.$cl_redata['email'].'"><i class="icon-envelope"></i></a></li>';
Please check your mail icon now.
Let us know.PS: Thank you very much for the kind words!
Best regards!
-
Hello
I have some minor problems with responsive when viewing website from mobile, screens until iphone 8s (samsung and other brands i suppose) for example. The logo is not centred, it showing at the right of the menu and is getting very small is size. Also the social icons in the footer are not centred, they are aligned in the left.
I also want to reduce the size of some text when showing from mobile. In the first page the text under the video is the one i would like to scale down when showing from mobile.
The third problem i have is in the menu Capoeira-Batizado with the photo is showing extremely small from mobile.
Regards
- This reply was modified 6 years, 9 months ago by Mirela.
-
Hello,
You have an error in your site in the re-captcha script. See screenshot: https://ibb.co/fuJE37
1-2-The mobile layout is an independent layout from the desktop one. By default the logo is positioned right and responsive hamburger menu left. There is no error here. To change the logo width, footer social icons positioning and titles under the video in mobile, please add this code into your custom css box:
@media (max-width: 480px){ #logo img { max-height: 128px !important; margin-top: -70px !important; right: 35% !important; } footer#footer .inner .row-fluid.ff .span12:first-child:last-child .footer_social_icons { left: 70% !important; } h2 { line-height: 30px !important; font-size: 18px !important; } }
Change the values to your wish!
3-Can i see a link of the “menu Capoeira-Batizado with the photo”?
4-Theme is mobile friendly (responsive).You can check it out yourself seeing the changes in the layout (adjusting to mobile screenwidth) when you open the site via mobile.
I searched the site in google engine and did not get any responsiveness message. Can you post a screenshot of it?NOTE: Please open new ticket for new questions! This topic is already overloaded and away from it’s original purpose.
In order to have a clean and easy to browse forum, it’s best to keep one topic per issue. Also keep all replies public, unless private data is used, so it will be beneficial for other forum visitors as well.
Thank you for your understanding!Best regards!
-
Post note: You can add your site link and credentials in your profile data extra fields. So we can easy find them whenever needed and you won’t be restricted to make replies private due to using them.
Read this article for more information.
You can edit out this information whenever you want.Best regards!
-
You must be logged in to reply to this topic.