Forum Replies Created
-
in reply to: Image Alt Tags missing on home page
Hello,
It’s not something to remove other than add. You have to add the function that calls the image alt and displays it.
1-Media element:
Go to file vc_templates/media.php and replace the code with the one in this link:
https://codeshare.io/qtAwR2-Portfolio square images:
Go to file includes/view/portfolio/loop-grid.php and replace the code with this:
https://codeshare.io/E3SJA3- Latest Blog:
Go to file vc_templates/latest_blog.php and replace all code with this:
https://codeshare.io/ByPgBBest regards!
in reply to: Too many H1 tags on front pageHello,
1-Please see these screenshots showing the changes made to those files and the results:
–vc_templates/latest_blog.php file code edit: screenshot
Result in page: screenshot.-For the slider, go to this file instead:\includes\codeless-slider\codeless_slider.php find this code:
<pre>$output .= '<h5 class="animated with_animation" data-maxfont="'.esc_attr($cl_redata['slide_subtitle_style']['font-size']).'" data-animation="'.esc_attr($cl_redata['slide_subtitle_animation']).'" style="'.$subtitle_style.'">'.$cl_redata['slide_subtitle'].'</h5>'; $output .= '<h1 class="animated with_animation" data-maxfont="'.esc_attr($cl_redata['slide_title_style']['font-size']).'" data-animation="'.esc_attr($cl_redata['slide_title_animation']).'" style="'.$title_style.'">'.$cl_redata['slide_title'].'</h1>';</pre>Change h1 to h3.
Code edit: screenshot
Result in page: screenshot.Best regards!
in reply to: Asking For RefundHello,
1-When you are using pagination in portfolio page, it works like this: based on the number of columns selected to display, there will be a certain number of items that will show in one page. The rest is left to display in page 2 (etc).
So in page 1, when you select a category, only the items that are currently showed in that page will be selected. Not the ones that are located in page 2, 3 etc.So for category “brickwork and blockwork“, if you have in total 5 items of this category, but there is only one item showed in page 1, then only this one will be displayed if you select “brickwork and blockwork” category.
If you want to display all, then you have to remove the pagination and select another form of portfolio displaying (example: in Portfolio Options > Select the pagination method, select the “Without Pagination” option)
2-This happens because you have images with different sizes. I added this code into your custom css box:
.portfolio-item.overlayed .tpl2 { min-height: 400px !important; }It’s ok now.
3-Cycle testimonials: i fixed it.
Please check your site and let us know.Best regards!
in reply to: Names not showing with Testimonial (Cycle) ElementHello,
1-Please go to file vc_templates/testimonials_cycle.php and replace all code with this:
https://codeshare.io/hPMfl2-To remove the comma after the name, please go to file vc_templates/single_testimonials.php and find this line:
'<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Replace with this:
'<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';Best regards!
in reply to: Page flashing on each new load on Tower themeHello,
You can delete all information you are not using, such as pages/post/portfolio items. You can optimize images and use a caching plugin.
Did you read the article suggested above? This other article too, gives great advice on the matter.Best regards!
in reply to: Dummy Data for Business 5Hello,
The problem is with your host. Because it does not accept xml files, we were forced to follow another way of importing dummy data. If you want to change demo, then either you contact your host regarding it or archive the new demo as gzip and upload it.
Find all demo files in \includes\dummy_data\demos.Best regards!
in reply to: Too many H1 tags on front pageHello,
Most probably you have edited the wrong file. It’s easy to confuse blog files as there are many of them.
Send us your wp and ftp credentials in a private reply. So we can do this for you.Best regards!
in reply to: Image Alt Tags missing on home pageHello,
The only way is alter theme files and add the function that shows the alt’s.
Make sure to save copies of the changed files in order to replace them again in case of a future theme update.Best regards!
in reply to: Page header background image on Chrome/SafariHello,
This is strange.
Please send us some valid ftp credentials in a private reply. So we can investigate this further.Best regards!
in reply to: Date Translation in \"Recent News\"Hello,
This is a wordpress feature so you need to edit wordpress installation files. To localize dates, use the date_i18n() function.
Or you can just change the values (names of the day/month) in the file “locale.php” that is located in the “wp-includes” folder.Best regards!
in reply to: Image Alt Tags missing on home pageHello,
Sorry but the alt are not set to display. This is our developer’s team choice for the theme. If you want, you can edit theme files to make them display.
Let us know if you need help.Best regards!
in reply to: Change Blog Article InfoHello,
If you want to simply translate them, then you can use the .PO/.MO files. Open .PO file via PoEditor and find the string you want to translate. Translate it and save file.
If you are not much familiar with this type of translation, watch this video tutorial.Or if you must change them directly in the file (beware as editing theme files directly will prevent you from taking future theme updates), then go to folder:
\includes\view\blog\
Based on the type of blog you are using, find and edit the text.
Also check these files:
\vc_templates\recent_news.php
\includes\view\blog\comments.php
find and change the strings here. Make sure to save copies of the edited files. Let us know.Best regards!
in reply to: Best way to minify JS and CSS?in reply to: Social Icon Widget colorHello,
Please add this code into your custom css box:
.top_nav_transparency .footer_social_icons.circle li a i:hover { color: #e272cf; }Change the color to your wish.
Best regards!
in reply to: Search on the forum not workingHello,
We are working on a new improved support system and will be releasing it soon. Please be patient until the launch. In the mean time, follow the link to find all your topics opened in all forums: https://support.codeless.co/forums/users/sarahlouisewaterhouse/topics/
Best regards!