Forum Replies Created
-
in reply to: Specular theme mobile logoThis reply has been marked as private.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
Petein reply to: Social Circle icon not linkableHi 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!
Petein reply to: Social Circle icon not linkableThis reply has been marked as private.in reply to: Social Circle icon not linkableHi Akram, was this sent to my email or will you post it here?
in reply to: Social Circle icon not linkableThank you very much!!
in reply to: Social Circle icon not linkableI 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>’;
in reply to: Social Circle icon not linkableI 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 .= ‘‘;
endif;$output .= ‘<h4>‘.esc_html($title).’</h4>’;
$output .= ‘<p>’.do_shortcode($data[‘description’]).'</p>’;
$output .= ‘</div>’;
echo codeless_complex_esc($output);
?>in reply to: Social Circle icon not linkableWould 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,
Petein reply to: Social Circle icon not linkableI can deal with PHP snippets, yes. Please point me to the snippet and file/s that need to be edited.
Thank you!in reply to: Social Circle icon not linkableCan 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,
Petein reply to: Social Circle icon not linkableDo 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?
in reply to: Social Circle icon not linkableSorry, 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 youin reply to: Codeless Slider content shows then disappearsThanks, will try.
in reply to: Codeless Slider content shows then disappearsOn 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.