Forum Replies Created
-
in reply to: Social Media Buttons Larger?
Hello,
Yes, you can make them larger. Where are they located?
I can’t log in to your site. Anyway add this code to your custom CSS box if they are located on the footer:.footer_social_icons.circle li a i { font-size: 18px !important; }and this code if they are located at the top widgetized area:
.top_nav .social_widget li i{ font-size: 18px !important; }Edit the values as you wish.
If you don’t get any effect, open page with inspect element and find the right css classes to edit.Sorry ! We are working on the forum search and resolve the issue as soon as possible.
Let us know.
Best regards!in reply to: Remove Pagination Prev / Next Button Hover EffectHello,
To make the arrows always visible, please add this code to your custom CSS box:
.testimonial_carousel_element .pagination a { opacity: 1; }Let us know.
Best regards!
in reply to: Page header background image on Chrome/SafariHello,
We have sent your topic at our developers team, so we are working forward to fix the issue. You will be updated as soon as we resolve it.
Best regards!
in reply to: All the page TextHello,
I can’t access the link (https://www.clipular.com/c/5629884398829568.png?k=YDQNIDiAhFIlhLb7LYg4y2vPV3A).
Do you mean the text on this page https://liznierzwicki.com/wp/about/? Can you send us a screenshot to visualize better the issue? I don’t see any text being displayed like you said.
Let us know.Best regards!
-
This reply was modified 9 years, 9 months ago by
Kris.
Hello,
1. For the portfolio header, please try this code :
.single-portfolio .header_page, .header_page{ height: 120px; }Add it on your custom CSS box.
If you want to remove the header, edit the portfolio entry and deactivate page header on Page Header Options.
2. To remove the project details area and to display a fullwidth project description area, go to your theme files–> includes/view/portfolio/single-fullwidth.php. Find these lines:<div class="container"> <div class="row-fluid content"> <div class="span9"> <h4><?php _e('Project Description', 'codeless') ?></h4> <?php the_content(); ?> </div> <div class="span3"> <h4><?php _e('Project Details', 'codeless') ?></h4> <ul class="info"> <?php if(!empty($cl_redata['single_portfolio_custom_params']) ): for($i = 0; $i < count($cl_redata['single_portfolio_custom_params']); $i++): ?> <?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) ): ?> <li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?></span></li> <?php endif; ?> <?php endfor; endif; ?> <?php if($cl_redata['portfolio_post_like']): ?> <li class="post-like"><?php echo getPostLikeLink( get_the_ID() ); ?></li> <?php endif; ?> </ul> </div> </div>and replace with these:
<div class="container"> <div class="row-fluid content"> <div class="span12"> <h4><?php _e('Project Description', 'codeless') ?></h4> <?php the_content(); ?> </div> <!--<div class="span3"> <h4><?php _e('Project Details', 'codeless') ?></h4> <ul class="info"> <?php if(!empty($cl_redata['single_portfolio_custom_params']) ): for($i = 0; $i < count($cl_redata['single_portfolio_custom_params']); $i++): ?> <?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) ): ?> <li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?></span></li> <?php endif; ?> <?php endfor; endif; ?> <?php if($cl_redata['portfolio_post_like']): ?> <li class="post-like"><?php echo getPostLikeLink( get_the_ID() ); ?></li> <?php endif; ?> </ul> </div>--> </div>Let us know.
Best regards!in reply to: can\'t save settingsHello,
This may be due to some errors you may have at your site or some plugin that conflicts.
What plugins have you installed? I suggest you to disable any add-on installed in your browser. Clear cache and try again.
If the issue persist send us your credentials in a private reply, to take a closer look.
Let us know.Best regards!
in reply to: Default silder and transparent menu not availableHello,
The settings are all available for all the costumers that buy our themes, you only need to customize them in the way you want.
You should upload the two versions of logo (https://www.clipular.com/c/5654860170526720.png?k=vDbKZp44EgyfpeURgoXQWen9Bn4) to display it correctly.
You can configure your codeless slider on Codeless Slider Options to be the same as the default version on the demo, or you can choose one of the created sliders and customize it as you want. See this tutorial for more detailed information (https://www.youtube.com/watch?v=Us_7cWWsnjE) . Also make sure to always update the theme to its latest version.
Let us know if you need further help.Best regards!
in reply to: Removing Comments Count (Tower theme 1.8.1)Hello,
The comments count doesn’t show at your blog page. See screenshot: https://www.clipular.com/c/5712319518081024.png?k=BnRUPnZedAtoe-BFYN7IaCr_910 Did you manage to remove it?
To remove the ‘0 Comments’ shown at the end of the single blog post, add this code to your Custom CSS box:#comments { display: none; }Let us know.
Best regards!
in reply to: Page header background image on Chrome/SafariHello,
Please check your credentials, i can’t log in.
Best regards!
in reply to: Padding ErrorHello,
1. This is a visual composer element, we can not tell for sure what issue is it. But we have tested our theme and its fully compatible with visual composer. If you add padding on columns settings, it displays correctly. Have you actually added any padding on this element?
2. To display the divider add this code to your custom CSS box:li.menu-item.menu-item-language-current a { border-right-style: solid; border-right-color: #021254; border-right-width: 2px; } li.menu-item.menu-item-language a { margin-right: -20px; }Let us know.
Best regards!
in reply to: Add element failHello,
You have an old version of theme. Please update theme and visual composer to the latest versions (2.1 theme version and 4.12 visual composer version).
Let us know if the issue persists even after the update.Best regards!
in reply to: Portfolio Custom Fields not workingHello,
Did you manage to fix the issue?
For more information on how to configure portfolio and portfolio item, please watch this video tutorial (https://www.youtube.com/watch?v=AYTADwEdM_w&index=3&list=PLVU592YreiCUQhzI_VWqO6Ni9oNWvDFBO).
You can add content on Custom Fields (https://www.clipular.com/c/5039382532194304.png?k=l5LJAHMyqcNdl3t0Mc3ck9ijFwI) and the project details area will look like this (https://www.clipular.com/c/6502283826692096.png?k=25RhBx1owxNmdSI-x1E9Z_oa1k4).
Let us know.Best regards!
in reply to: Mobile Page Title SizeHello,
Please add this code to your page CSS box:
@media (max-width: 480px){ .header_page h1{ font-size: 35px !important; margin-left: 25px !important; } }If you want to make the titles of all your pages smaller on mobile view, add the code to your custom CSS box (on theme general options).
Let us know.Best regards!
in reply to: Social Icon Widget colorHello,
Please add this code to your custom CSS box:
.header_wrapper .top_nav_transparency .footer_social_icons.circle li a i:hover { color: #949494 !important; }Here you can change the color as you wish.
Let us know.Best regards!
in reply to: Meanu font colorHello,
Please add this css code at custom css box:
.list li.titledesc {
margin-bottom: 0;
}Best regards!
-
This reply was modified 9 years, 9 months ago by
Ruco.
-
This reply was modified 9 years, 9 months ago by