-
-
I’m new to this, I created one WP site years ago and am trying to create another one using Tower and I’m completely lost and I’ve only made it to the homepage. All I am wanting is something really basic with one static slider, some copy underneath and rotating testimonials. Here are the issues I’m having.
1. Can’t figure out to change the depth of the white header and I am seeing issues with it as I scroll down.
2. I have no idea how big to make my image for the slider or any of the other images (is there a cheat sheet somewhere?)
3. I was hoping to adjust the look of the testimonial, would like to change the font and lose the little silhouette.
4. I’d like to reduce the spacing between the image and the copy and possibly break the copy into two columns.
Any help would be greatly appreciated.
-
Hello,
Did you import any demo at first? Or are you trying to create site from scratch? Please read this part of theme’s documentation: https://codeless.co/tower/documentation/main.html#import_demo on how to import dummy data. It gives you a handful start. You can then proceed editing out the already created pages/posts to have the result wanted.
1-Do you have sticky header active? Please go to General Options > Header Options to edit header height and other options.
Remove sticky header in General options > Header Options > Sticky Nav (screenshot), set it OFF.2-What slider are you using? The bigger the resolution, the best. You can use one of the included sliders. Import them from the “sliders” folder in the main theme files you downloaded from Envato.
3-Change the testimonials style using custom css. Add the code into your Custom Css Box located in General Options.
4-I don’t understand the situation here. What is the copy? Please send us a link of your site for reference. So we can understand better.
Best regards!
-
-
Hello,
-Sorry but it’s not possible to import only one page with the demo import option. What portfolio style do you want? Send us the link of the online demo example and we can help create it.
1-Edit the paddings in Row Settings / Column Settings and General options > Layout (the words are set as links. Click on them to see a screenshot of the option mentioned).
2-As the message says, this is not a supported format. You should create a custom structure using the available formats (1, 1/2, 1/3, 1/4, 1/6, 1/12).
3-What type of testimonial element are you using? Cycle or carousel? Yes, to change the color or font of certain copy (again, what are you referring to as the “copy”??) without changing everything on the site, it is needed custom css.
4-Are you using a Codeless slider? In this case make sure to have selected the same type of header in both Page Options and Slider Options. Go to the page’s General Settings > Page Options & Style > Header Color Style for Header (screenshot). See what type of header do you have selected here. Now go to Codeless Slider > Slides > Layout > Menu & Slider Navigation Color (screenshot). If you have dark header , this should be ‘dark’ as well.
Let us know.
Best regards!
-
1. I checked out the padding issue and it isn’t showing any on any of the elements
2. Got it, thanks.
3. I’m using a cycle testimonial, and editing the css is beyond my skill level so I’ll just live with it, However I am trying to center justify the copy and the main paragraph is looking how I want but I have an attribution line below it that stays left justified.
4. Since I am just really wanting one image, I have switched from a slider to a static image but as I mentioned in #1 I have a lot of space between it and the header above and between it and the paragraph of text below.
As for the portfolio, I was wanting the five-column slide-up https://codeless.co/tower/default/works/slideup-style/5-columns/
-
-
-
-
-
Hello,
1-I don’t see any problem with the testimonials. See screenshot. Did you manage to fix your issue?
2-Go to file \vc_templates\staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
The value 25 is the number of words to show. Increase it in order to show more description text.3-Yes, it’s the Contact Form 7. It’s a free plugin. I have already installed it for you and added in a Contact us test page. Please check your site.
4-Please go to General Options > Footer Options and set ON the “Show Footer” option first. Then add this code into your custom css box:
footer#footer { background-image: url(https://www.lindemancollective.com/wp-content/uploads/2015/04/Homepage_Graphic-1100x550.jpg) !important; border-top: none !important; height: 25px !important; }
Change the image url to the one you want to use.
5-Yes, just enable the copyright area in General Options > Footer Options > Show Copyright. Change the text of copyright in the text box at “Copyright Text in the end of footer” option and add widgets to it in Appearance > Widgets.
6-First go to General Options > Portfolio Config, and add more custom fields. Then in each portfolio item’s Single Portfolio Options > Custom fields, add the value for each field. Watch this video tutorial: https://www.youtube.com/watch?v=dpS6ldRLZSg
7-Use custom css for each. Add this code to bake them bold:
.portfolio_single h4 { font-weight: 800 !important; }
Add this code to hide them:
.portfolio_single h4 { display: none !important; }
8-Go to file include/view/portfolio/loop-grid.php and find these lines:
https://codeshare.io/5XDJ85
Replace with these:
https://codeshare.io/5OrRN29-Read this article regarding the image dimension editing;
10-11-What slider are you using?
12-The featured image and full-size (the image in single portfolio item preview), are different elements. Upload a featured image and the full-width image in Single Portfolio Options > Page Style > Media Type. See screenshot.
Note: Please open new ticket for future questions. This topic is already overloaded and has lost it’s original purpose. This way the forum is not clear enough and other users visiting it, can not find the answer they need.
Thank you for understanding and cooperating!Kind regards!
-
-
Hello,
9-The article shows you the part of code that changes the default image’s dimensions for certain elements. Such as blog images, portfolio, post featured images etc.
Example: if you want to have bigger images for the blog, then edit this line:
add_image_size( 'blog', 825, 340, true );
increase the dimensions to your wish, example:
add_image_size( 'blog', 1000, 500, true );
save changes. Now you re-upload the images again, so they will be cropped with this dimension. Or run a plugin that recreates the thumbnails.10-Sorry but i’m not following you. I see you do not have any slider selected in home page (screenshot). Can you send us a screenshot of the option you are mentioning?
12- Yes, if you have selected the Featured image, then this is what will show. I fyou want other images for the single portfolio item, then chose the “Slideshow” option and add as many images(slides) as you want.
Let us know.
Best regards!
-
-
-
-
-
-
You must be logged in to reply to this topic.