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

  • 4 years, 4 months ago flatrock
    Participant

    Expired

    in reply to: Specular theme mobile logo
    This reply has been marked as private.
    4 years, 9 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    I did not see an email with the code, had you sent it? Can you resend please?
    Thank you
    Pete

    4 years, 9 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Hi Akram, Would you please resend that code to my email? I cannot seem to find it and we are now ready to move the site from Dev mode to push it live and I never had time to try the code. Very much appreciated!
    Pete

    4 years, 10 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable
    This reply has been marked as private.
    4 years, 10 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Hi Akram, was this sent to my email or will you post it here?

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Thank you very much!!

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    I tried this bit did not work, please advise.

    $output .= ‘<div class=”icon_wrapper” style=”‘.$extra_st.'”><i class=”‘.esc_attr($icon).'” style=”color:’.esc_attr($icon_color).’;”></i></div>’;

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    I am asking if you have the code snippet, or can you tell me what to edit here?

    <?php

    /**
    * Shortcode attributes
    * @var $atts
    * @var $title
    * @var $icon_bool
    * @var $style
    * @var $icon
    * @var $image
    * @var $icon_color=codeless_get_mod(‘primary_color’)
    * @var $circle_color=codeless_get_mod(‘highlighted_background_main’)
    * @var $border_color=codeless_get_mod(‘primary_color’)
    * @var $dynamic_content_type
    * @var $dynamic_post
    * @var $dynamic_page
    * @var $dynamic_content_link
    * Shortcode class
    * @var WPBakeryShortCode_Services_Medium
    */
    $output = ”;
    $atts = vc_map_get_attributes( $this->getShortcode(), $atts );
    extract( $atts );

    $output = ‘<div class=” services_medium ‘.esc_attr($style).’ wpb_content_element”>’;

    $icon_class = (($icon_bool == ‘yes’)?’with_icon’:’no_icon’);

    $data = array();
    $query = array();

    $data[‘link’] = ”;
    $data[‘description’] = ”;

    if($dynamic_content_type == ‘page’){
    $query = array( ‘p’ => $dynamic_page, ‘posts_per_page’=>1, ‘post_type’=> ‘page’ );
    }
    if($dynamic_content_type == ‘post’){
    $query = array( ‘p’ => $dynamic_post, ‘posts_per_page’=>1, ‘post_type’=> ‘post’ );
    }
    if($dynamic_content_type == ‘content’){
    $data[‘description’] = $content;
    $data[‘link’] = $dynamic_content_link;
    }else{
    $loop = new WP_Query($query);
    if($loop->have_posts()){
    while($loop->have_posts()){
    $loop->the_post();

    $data[‘link’] = get_permalink();
    $data[‘description’] = get_the_excerpt();

    }
    }
    wp_reset_query();
    }

    if($icon_bool == ‘icon’ || $icon_bool == ‘yes’ && !empty($icon)):

    $extra_st = ”;
    if($style == ‘style_1’)
    $extra_st = ‘background:’.$circle_color.’;’;
    if($style == ‘style_3’)
    $extra_st = ‘border:2px solid ‘.esc_attr($border_color).’;’;
    $output .= ‘<div class=”icon_wrapper” style=”‘.$extra_st.'”><i class=”‘.esc_attr($icon).'” style=”color:’.esc_attr($icon_color).’;”></i></div>’;

    endif;

    if($icon_bool == ‘image’ && !empty($image)):
    $output .= ‘'.esc_attr__('Services Image', 'specular').'‘;
    endif;

    $output .= ‘<h4>‘.esc_html($title).’</h4>’;
    $output .= ‘<p>’.do_shortcode($data[‘description’]).'</p>’;
    $output .= ‘</div>’;
    echo codeless_complex_esc($output);
    ?>

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Would you be able to send a php sniper I can add to that file?
    I saw something on another post here but can’t seem to locate that again.
    Thanks,
    Pete

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    I can deal with PHP snippets, yes. Please point me to the snippet and file/s that need to be edited.
    Thank you!

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Can you send a snippet of PHP then? This really should not be a difficult thing to do, in fact it should be part of the widget settings as an option to check on or leave unselected to deactivate.

    We purchased the upgraded theme in hopes it would have options such as this. As well to get better support. I feel a little bit disappointed.

    Thanks,
    Pete

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Do you have CSS that will make this easy? Or can you at least point me to the the code that runs this widget so I can try to fix it?

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Social Circle icon not linkable

    Sorry, my mistake. It is “Service” Circle Icon widget. I asked WP Bakery page builder if it was their widget, they said it was the theme more likely.
    Thank you

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Codeless Slider content shows then disappears

    Thanks, will try.

    4 years, 11 months ago flatrock
    Participant

    Expired

    in reply to: Codeless Slider content shows then disappears

    On Safari, Mac OS 10.14.6 The content shows for a second or two, then disappears. The background movie is fine, it’s just the text that disappears.

Viewing 15 posts - 1 through 15 (of 15 total)

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