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, 8 months ago Mirela
    Participant
    in reply to: Not Able to import Demo Data.

    Hello,

    Can not import dummy data: check if Your Host doesn’t accept XML files to import. The dummy data files need to be archived as gzip.

    However, i set up your site just like the Specular Business 4 demo. Please check your site. You may continue now customizing it with your content.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Revolution Slider

    Hello,

    Revolution slider is not altered whatsoever. The included version in the last theme update, is also the latest version of the slider(vs 5.2.6). What video tutorials are you watching?
    I can recommend you to check the video tutorials in these links:

    https://www.themepunch.com/faq/slider-revolution-beginner-video-guides-tutorials/

    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Portfolio problems

    Hello,

    Sorry, can you explain better what do you mean by “tree column”? The portfolio will keep this form even if you make it with 2; 4 or 5 columns. But only if you keep the grayscale style you have now.

    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Tower theme portfolio items not showing

    Hello,

    There is no option to manually order portfolio items. They are ordered based on their creation time. If you have more than 22 portfolio items, and do not want to use pagination, then just go to file includes/core/coreless_routing.php (the one i edited in my last reply) and change back the value from 22 to 999.
    It will make the portfolio show up all available items in one page. And therefore every item of every category.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: heading font colour

    Hello,

    To change the heading font color please go to General Options > Styling Options > Headings Font Color.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Portfolio problems

    Hello,

    Please go to file \includes\view\portfolio\loop-grid.php and find these lines:

    if($style == 'grayscale'){ ?>
    <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?>  <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
       <div class="">
         <?php if($item_grid_class == 5){  ?>
               <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt="">
         <?php } ?>
         <?php if($item_grid_class == 3){  ?>
                <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt="">
         <?php } ?>
         <?php if($item_grid_class == 4){ ?>
               <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3_grayscale', 'url')) ?>" alt="">
         <?php } ?>
         <?php if($item_grid_class == 6){ ?>
               <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2_grayscale', 'url')) ?>" alt="">
         <?php } ?>
         <?php if($item_grid_class == 12){ ?>
               <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port1', 'url')) ?>" alt="">
         <?php } ?>
       <div class="project">
        <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5>
        <h6><?php echo esc_html($sort_classes) ?></h6>
       </div>   
      </div>          
     </div>

    Replace with these:

    if($style == 'grayscale'){ ?>
    <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?>  <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
      <div class="">
          <?php if($item_grid_class == 5){  ?>
            <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt=""></a>
          <?php } ?>
          <?php if($item_grid_class == 3){  ?>
            <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt=""></a>
          <?php } ?>
          <?php if($item_grid_class == 4){ ?>
            <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3_grayscale', 'url')) ?>" alt=""></a>
          <?php } ?>
          <?php if($item_grid_class == 6){ ?>
            <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2_grayscale', 'url')) ?>" alt=""></a>
           <?php } ?>
           <?php if($item_grid_class == 12){ ?>
             <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port1', 'url')) ?>" alt=""></a>
           <?php } ?>
       <div class="project">
           <h5><a href="<?php echo $link ?>"><?php echo get_the_title() ?></a></h5>
           <h6><?php echo esc_html($sort_classes) ?></h6>
       </div>   
      </div>          
    </div>

    Save changes and refresh page.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: background color

    Hello,

    Please go to General Options > Styling Options > Background, set here the color you want for the background.
    Let us know.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Not Able to import Demo Data.

    Hello,

    Customization does not have a cost. We are happy to help you with it. Did you contact your host? There is no need to switch hosts. Just ask them to check your rights on theme files and database. Let them know that you are not able to add content in database.
    Let us know.

    NOTE: If you want, you can consider Beemple hosting. It is a automatic system to host/configure your site in just one click. No programming knowledge required.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Is there a Phone number to reach support?

    Hello,

    I have already responded you on your other topic.

    We do not offer support on the phone. You can write at this forum or send an email at [email protected]

    Please keep in mind that we reply to topics according to their arrival time. The oldest first. So keep opening other tickets on the same issue will not help you get faster reply. Please read our support policy for more detailed information.

    NOTE: Please keep up the issue in your other topic. So all the steps taken to it’s resolving will be in one ticket. This is for your sake and ours, but also for other forum visitors who may face your issue.
    Thank you for understanding!

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Demo Data Import Problems

    Hello,

    1-The dummy data import requires a limit of memory which most hosts do not offer. That is why we often consult our customers to increase their memory and execution time limit in order for the process of dummy data import to have all needed resources to finish successfully.
    Some demos have a lot of data to import and some have very few pages and posts so do not require the same resources.

    2-The attachements as explained in my previous replies, increase the demo data upload size since they are solely images with great resolution. Meaning it requires more time and memory.

    3-All pages presented in the online demo, are already imported in your host. All you have to do is add the ones you want to use in your menu. Creating a mega menu is just a click away. Just go to your Appearance > Menus. Select the menu you want to edit, check the box (screenshot) to have the menu item as mega menu.

    4-By “empty pages”, are you referring to the blog pages that are displayed in the online demo? If so, please know that there can only be ONE blog page in a wordpress site. The online demo pages you see are created with cookies for demonstration purpose only!
    Find all blog styles at your General Options > Blog Config > Blog Style (screenshot).

    We understand that theme has a lot of features and styles. This is for you to be able to create as much unique sites as you wish. To understand it better and make the most out of it please consult theme documentation first. Also watch our online video tutorials for more help on how to configure all theme pages.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Translation

    Hello,

    Please find the “Comments” and “Leave Reply” string in files:
    \includes\view\blog\comments.php
    \includes\view\blog\loop-index.php

    You can always add these strings in your .PO file using the PoEditor. Just go to file \includes\view\blog\comments.php and find this line:
    <h4 class="single_title"><?php echo esc_html($count) ?> Comments</h4>
    replace with:
    <h4 class="single_title"><?php echo esc_html($count) ?> <?php _e("Comments", "codeless"); ?></h4>
    And this line:
    <?php comment_form(array('title_reply' => '<span>' ._('Leave Reply'). '</span> '), $post->ID ) ?>
    Replace with this:
    <?php comment_form(array('title_reply' => '<span>' ._e("Leave Reply", "codeless"). '</span> '), $post->ID ) ?>
    Then go to the de_DE.po file and add the two strings with their respective translations there. Update file.

    Best regards!

    • This reply was modified 9 years, 8 months ago by Mirela.
    9 years, 8 months ago Mirela
    Participant
    in reply to: Logo and Product Column Issues

    Hello,

    I don’t see the call-to-action element anymore. Can you please recreate for us the situation of home page with the call-to-action element in the test page you have.

    You can fill in the login information on your extra information fields in your profile data.
    Read this article for more details.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Woocommerce: Sitewide notice covers header

    Hello,

    I added this code into your custom css box:

    .admin-bar p.demo_store {
        top: -9px;
    }

    This is the result, screenshot. Please refresh and check your site.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Not Able to import Demo Data.

    Hello,

    Sorry for the late reply.
    The import finishes with success (screenshot) but you have problems with your database. Perhaps you do not have enough rights to add content to it. Please contact you hosting provider regarding it.
    Let us know. We can help you customize it, but for now this is all we can do.

    Best regards!

    9 years, 8 months ago Mirela
    Participant
    in reply to: Construction & Buildings Demo, Header + Menu Sticky

    Hello,

    Can i please see a link where is this running?
    The theme option for setting up home page and blog page, takes priority. So to change the home page you have to go to your General Options > Select Special Pages > Select Front Page.
    It will automatically edit the Settings > Reading > Static Page too.
    Let us know.

    Best regards!

Viewing 15 posts - 7,471 through 7,485 (of 12,542 total)
← 1 2 3 … 498 499 500 … 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