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

  • 8 years, 2 months ago Mirela
    Participant
    in reply to: how to add/make a product as external

    Hello,

    Can you please be more specific? The product in the demo, is a normal product.
    You create it, add a price and images. Then if the product is set as External/Affiliate product, then a link will be added to add the extra button.
    See screenshot of the options:
    https://postimg.cc/image/mt69ifbjr/
    Please check and let us know.

    Best regards!

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

    Hello,

    The hidden replies contain sensitive data such as customer’s private links or login credentials.

    The replies where the code edited is shown, is public (screenshot).
    The two first links have expired because this is a very old ticket. But basically all you need to do is to get the Atl text using a variable, then add it where ever you need it to show. Below is a part of that code:

      while (have_posts()) : the_post();
                            
                            $post_format = get_post_format(get_the_ID());
                            
                            $post_categories = wp_get_post_categories( get_the_ID() );
                            $cats = '';
                            foreach($post_categories as $c){
                                $cat = get_category( $c );
                                $cats .= ' '.$cat->name.',';
                            }
                            $alt = get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true);
                            $image_title = $attachment->post_title;
                            $caption = $attachment->post_excerpt;
                            $description = $image->post_content;
    
                            $cats = substr(trim($cats), 0, -1);
    
                            $output .= '<div class="'.( ($carousel == 'yes')?'':'' ).' blog-article grid-style blog-item  '.(($dynamic_from_where == 'one_post')?'single':'').'">'; 
                                $output .= '<div class="gridbox">';
                                    $output .= '<div class="media">';
                                    
                                    $link = redux_post_meta('cl_redata',get_the_ID() ,'media_post_link');
                                    if($post_format == 'audio'){
    
                                        $output .= do_shortcode('[soundcloud]'.$link.'[/soundcloud]');
    
                                    }elseif(get_post_thumbnail_id()){
                                        
                                        $output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt="'.$alt.'">';
                                       // $output .= codeless_image_by_id(get_post_thumbnail_id(),  '', 'alt');

    From the original code we have added this line:
    $alt = get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true);
    Which gets the Alt text for each post.
    Then added the variable in the image tags output:
    $output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt="'.$alt.'">';

    See screenshot: https://ibb.co/cHVQGx

    Normally this is a customization not included in support. That’s why there is no notification for new users that we do such changes. But since this customer requested it, we tried to help and provide some code.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: I need to change the header elements

    Hello,

    Yes, that’s right. The header is composed of three main rows. The top bar, middle row (where logo and search is located) and the third row (where menu is).
    See screenshot: https://ibb.co/cWxmpH

    The search element has build in the category filter as well. You can not divide this into two rows (if this is what you meant).

    Let us know if we understood you correctly.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Responsive Font size

    Hello,

    The code changes all text in mobile to one font-size. This is what i thought you needed when i read this sentence you send “I want to change every single text block thats to small or to large on ipad and iphone”

    Perhaps i misunderstood your point.
    Glad to know you are ok now. Let us know if there is anything else we can help you with.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Problems updating theme

    Hello,

    The only theme that matters is the one you have active (this one->https://ibb.co/fLhi3c ) The rest can be either saved in your computer, kept in the server where they are now or deleted. It makes no change for your site.

    The Envato Market plugin is optional. You can remove it if you want and update theme only manually in the future. But it won’t do any action without you wanting it. So even if you keep the plugin installed, nothing will change unless you go to it’s options and make the theme update yourself.

    Can you post a screenshot of the folders in wp-content/themes directory? So i can point out the theme folder you have currently active and can not delete. And which other folder you can remove.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: SUPPORT help

    Hello,

    We are sorry if you felt like you were not getting support fast enough. We are present and reply to tickets Monday to Friday, from 9:00AM-17:00PM (UTC +1).
    Please consider timezone differences (and weekends) while waiting from a reply. We are located in Albania, Europe and based on your ip location it seems like you are located in New York (USA). There are time differences that we can not do much about.

    We reply to tickets according to their arrival time. The oldest first. So if you reply back to your own ticket before we do, then it will move up in line. So our reply will delay as well.
    We totally understand the importance of your work. All of our customers are of the same importance and urgency.
    I checked, you have only two tickets opened here. One is the current and the other has been replied to (screenshot).

    Please use the forum to post your questions. This is our primary support platform. There are other team members taking care of the emails.

    We are sorry for the experience you had so far. We will work harder to get back to you asap in future topics.

    Let us know how can we help you.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Position Products

    Hello,

    June theme is a Shop Builder template, designed especially for Woocommerce shop.
    If your site’s purpose is mainly e-commerce then a theme like June does have more options about it. While Folie theme main purpose is for site’s with content and where shop is an additional feature but not the main purpose.

    I am sorry for the warning notification. It does not affect your site technically, but i understand it’s a nuisance. We are working on a new theme update and will take care of this notice as well.

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Problems updating theme

    Hello,

    The active theme is ‘tower’ version 2.3. This is already the latest version. Given the fact that can not be two folders of the same name in wp-content/themes, then all other theme folders you have there are either old, or not active at the moment.
    So if you were to update from Envato Market plugin, it will take the latest theme files from Envato and overwrite the ‘wp-content/themes/tower‘ folder.
    If you were to update manually, then just add the newly downloaded theme files in ‘wp-content/themes/tower‘ folder.

    We strongly recommend to keep a backup of the current theme files in case you have made any direct changes on them.

    Let me know if you have any question.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Responsive Font size

    Hello,

    Please add this code into your Customize > General > Custom Codes > Custom Css box, To change fonts in mobile:

    @media (max-width: 480px){
    .cl-text p {
        font-size: 14px !important;
    }
    h2, b, span, mark {
     font-size: 14px !important;
    }
    input.wpcf7-form-control.wpcf7-submit.cl-btn.btn-style-material_square.btn-layout-medium.btn-font-medium{
     font-size: 13px !important;
    }}

    And this code to change font size in tablet:

    @media (max-width: 979px){
    .cl-text p {
        font-size: 16px !important;
    }
    h2, b, span, mark {
     font-size: 16px !important;
    }
    input.wpcf7-form-control.wpcf7-submit.cl-btn.btn-style-material_square.btn-layout-medium.btn-font-medium{
     font-size: 15px !important;
    }}

    Change the values to your wish.

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Revolution slider not active

    Hello,

    I think i expressed myself not very well. It’s the entire string, the name of the file downloaded from Envato. See screenshot: https://postimg.cc/image/htq832hc7/

    From the screenshot i see you have already extracted theme folder and installed it. So it’s ok.
    Let us know if we can help with anything.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Gallery lightbox problem

    Hello,

    Ok, let us know for anything.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: The animated odometer numbers don’t spin until after the user scrolls past them.

    Hello,

    You have many third party plugins installed that can affect theme scripts. Please deactivate all of them first. Clear cache and try again.
    Let us know if the delay persists after this.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Codeless Slider – Folie Architecture

    Hello,

    I have forwarded the ticket to theme developer. We are preparing an update of theme with this issues fixed.
    You will be notified for everything.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Gallery lightbox problem

    Hello,

    Can you please send us some ftp credentials in a private reply? So we can check the files.

    Let us know.

    Best regards!

    8 years, 2 months ago Mirela
    Participant
    in reply to: Responsive Font size

    Hello,

    Are you referring to the custom css for the font in mobile? This does not require hours, we can send you the custom css in minutes.

    Just let us know which element do you want to change it’s font to.

    Best regards!

Viewing 15 posts - 3,376 through 3,390 (of 12,542 total)
← 1 2 3 … 225 226 227 … 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