-
Search Results
-
Take a look: http://www.skorosvadba.ru/wp-login.php
If you’re logged in, you see this crap on any page, if you are not, you won’t.
For SEO purposes I named my blog with a longer name/title. The side effect to this is that my breadcrumb is long and the page title in the header next to the breadcrumb is long. I read your other post on this issue (https://kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-enfold/), and I changed class-breadcrumb.php to
/* If $show_home is set and we're not on the front page of the site, link to the home page. */ if ( !is_front_page() && $show_home ) $trail[] = '<a href="' . home_url() . '" title="Blog" rel="home" class="trail-begin">' . $show_home . '</a>';And nothing changes. If possible, chaning this in functions PHP would be awesome- I just need to manually change the blog heading and breadcrumb name to “Blog” instead of what I have as the page title.
Thanks for all of the help you guys are amazing.
Hi,
How can I reduce the radius of the circles that surround these icons?
http://www.indiatrail.org/explore-nagaland/
[talking about the icons on top which I have used for navigation]
Thanks
Rohan
Topic: Icon List – Centering text
Hi, on some of my portfolio pages the side ‘next’ ‘previous’ transparent tabs are not showing (using color section with clear PNG and full-width photo). I’ve tried to fix the z-index but I don’t think I’m editing the correct CSS:
#top .avia-post-nav {z-index: 1500 !important;}Here’s a sample of the problem:
http://mediumstudio.com/wp/?portfolio=travessia-urban-winery
Works here (using same elements):
http://mediumstudio.com/wp/?portfolio=cork-wine-and-tapasmuch thanks
I am still having problems with anchored links on my website. My last thread was closed with no resolution or final reply (https://kriesi.at/support/topic/anchors-not-working-properly/).
Can someone please help me solve this issue?
Topic: Enfold last update
Hi,
After the last update 09/01/2014 this CSS customization lose the action. The image flag in the secondary menu is not more vertical centered. :
/*Style Flag link secondary menu*/
#menu-item-6214 a {
position: relative;
top: -10px;
}
#menu-item-6214 a img{
position: relative;
top: 5px;
}Other change was in the image attributes width=”20px” height=”20px” that have no more effect in secondary menu.
Do you have any suggestion about that?
THANK YOU.
Hi guys,
I’m trying to create a floating vertical sharebar with Shareaholic Plugin. Using a couple of tutorials and discussions I created this code :
Tutorial : http://support.shareaholic.com/hc/en-us/articles/200470606-Positioning-Apps-Manually#templates
Discussion : http://wordpress.org/support/topic/vertical-sharing-bar
Code :
<!– Shareaholic Floating Vertical ShareBar –><?php echo do_shortcode(‘[shareaholic app=”share_buttons” id=”4766761″]’); ?>
<?php echo do_shortcode(‘[data-app-id=”4766761″] {
p.pos_fixed
{
position:fixed;
top:30px;
left:50px;
}
}
?>However, I’m not sure which .php file to put this in or where exactly in the file to put it.
Thanks
Jonny
I am trying to change the way the testimonial shortcode displays (created via page builder) to have the name and position on top of the actual testimonial.
I could do this in the parent theme by modifying the output order in the /config-templatebuilder/avia-shortcoldes/testimonials.php file.
My question is: what is the best, most WP friendly way to include this modification in the child theme so that it doesn’t revert back to default display on theme update?
Do i need to re-create the /config-templatebuilder/avia-shortcodes structure or can i do it directly in child theme’s functions.php?
The modified code looks like this:
function av_testimonial_single($atts, $content = "", $shortcodename = "") { // ... //final output $markup = avia_markup_helper(array('context' => 'person','echo'=>false)); $output .= "<div class='avia-testimonial {$class}' $markup>"; $output .= "<div class='avia-testimonial_inner'>"; if($grid) $output .= $avatar; $output .= "<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>"; if(!$grid) $output .= $avatar; $output .= "<div class='avia-testimonial-meta-mini'>"; if($name) $output .= "<strong class='avia-testimonial-name' {$markup_name}>{$name}"; if($subtitle) $output .= "<span class='avia-testimonial-subtitle' {$markup_job}>{$subtitle}</span>"; if($link) $output .= "<span class='hidden avia-testimonial-markup-link' {$markup_url}>{$link}</span>"; if($link) $output .= " – {$linktext}"; $output .= "</div>"; $output .= "</div>"; $output .= "<div class='avia-testimonial-content' $markup_text>"; $output .= ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content)); $output .= "</div>"; $output .= "</div>"; $output .= "</div>"; if(avia_sc_testimonial::$counter == avia_sc_testimonial::$columns) { $output .= "</section>"; } avia_sc_testimonial::$counter++; if(avia_sc_testimonial::$counter > avia_sc_testimonial::$columns) { avia_sc_testimonial::$counter = 1; avia_sc_testimonial::$rows++; } return $output; }
Viewing 30 results - 135,331 through 135,360 (of 142,807 total)
