Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 10 months ago Mirela
    Participant
    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/qtAwR

    2-Portfolio square images:
    Go to file includes/view/portfolio/loop-grid.php and replace the code with this:
    https://codeshare.io/E3SJA

    3- Latest Blog:
    Go to file vc_templates/latest_blog.php and replace all code with this:
    https://codeshare.io/ByPgB

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Too many H1 tags on front page

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Asking For Refund

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Names not showing with Testimonial (Cycle) Element

    Hello,

    1-Please go to file vc_templates/testimonials_cycle.php and replace all code with this:
    https://codeshare.io/hPMfl

    2-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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Page flashing on each new load on Tower theme

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Dummy Data for Business 5

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Too many H1 tags on front page

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Image Alt Tags missing on home page

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Page header background image on Chrome/Safari

    Hello,

    This is strange.
    Please send us some valid ftp credentials in a private reply. So we can investigate this further.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Image Alt Tags missing on home page

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Change Blog Article Info

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Best way to minify JS and CSS?

    Hello,

    All files are important and trying to minify them it is not the best idea. As it could bring malfunction your layout. I suggest you to read this article to learn what you can do to optimize site. Or use a plugin to minify css (refer to this topic)
    Let us know.

    Best regards!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Social Icon Widget color

    Hello,

    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!

    9 years, 10 months ago Mirela
    Participant
    in reply to: Search on the forum not working

    Hello,

    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!

Viewing 15 posts - 7,891 through 7,905 (of 12,542 total)
← 1 2 3 … 526 527 528 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password