-
Search Results
-
Hey,
Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)
The code did correct the problem in the portfolio but then made problems elsewhere.
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.
http://www.chriswardphotography.com/test-area/examples/example12.jpg
I just need to correct the error that was happening on the portfolio the rest of the site was working ok.
Best wishes
Chris
—————————————————————————————————————————————————
After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.
http://chriswardphotography.net/business/portfolio/
I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.
I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?
By the way nice new forum site :-)
September 19, 2013 at 2:40 am #163266
Josue
Moderator
Hi artistic24459!I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
Regards,
JosueSeptember 19, 2013 at 9:59 am #163474
artistic24459
Participant
Perfect, thanks Josue.September 19, 2013 at 10:01 am #163475
Topic: Seit Update 2.2 Probleme
Hallo,
ich habe gerade von 1.8.4 auf 2.2 geupdated.
Seit dem habe ich zwei Veränderungen bemerkt die ich nicht verstehe und nicht korrigieren kann.
1. Meine Artikel-Überschriften sind auf einmal sehr klein. (Sie hatten vorher, aufgrund eines Quick CSS Eintrags, die Größe 50)
2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).Hier alle meine Einträge des Quick CSS Feldes:
body { font-size: 16px; } .entry-content .post-title { font-size: 50px; } h1, h2 { text-transform: none !important; } #top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3{ display: block; font-family: "Droid Serif", Georgia, Times, serif; font-weight: normal; font-style: italic; white-space: normal; } .form-allowed-tags { display:none; } .ls-wp-container .input-text, #top .ls-wp-container input[type="text"], #top .ls-wp-container input[type="input"], #top .ls-wp-container input[type="password"], #top .ls-wp-container input[type="email"], #top .ls-wp-container input[type="number"], #top .ls-wp-container input[type="url"], #top .ls-wp-container input[type="tel"], #top .ls-wp-container input[type="search"], #top .ls-wp-container textarea, #top .ls-wp-container select { display: inline; } .av-special-heading h1 { font-size: 50px!important; } .title_container { display: none; }Liebe Grüße,
CrevlonTopic: Mobile Number in Header
Hellloi
I was looking at the thread to find out how to put a clickable mobile number in the header.
https://kriesi.at/support/topic/clickable-phone-no-in-header/
The second to last thread talks about mobileno vs mobileno and they give a 404 when you go to see an example. Can you pleasehelp> Thanks!
Dave
Topic: Showing recent comments
Hi,
Regarding this thread: https://kriesi.at/support/topic/comments-arent-shown-in-pages/
It now shows recent comments, but only recent comments from posts, not pages. How can I have both to appear?
Thanks
Topic: Adding a custom font
Hi,
Regarding this thread: https://kriesi.at/support/topic/new-custom-font/?replies=5#post-138757
Alef font is indeed shown, but when I choose it, the website shows Arial font.
Note that I also added this line to the custom CSS:
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);Is there something I’m doing wrong?
btw, I also unable to use the Alef font on other areas in the website. I use this line:
font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif;Topic: Layout got messed up.
Hi,
I installed “Better WordPress Minify” hoping that it would improve the load speed of our site. It probably loads faster now however it messed up the layout of the theme. Checked Minify’s settings and noticed that it could ignore css and js files if needed. However, I don’t know which script or css file messed up the layout and I don’t know how to add the specific css or js files to Minify’s ignore list.
Would appreciate if you could help take a look at the site, http://acutta.com/appointment/, and let me know how I can fix the login form on top of the page. Before installing Minify, it was working fine and it would show only links (login/register/logout) on the top. After Minify was installed, now the entire login form is shown on the page. :(
Thank you!
Hi,
Great theme (and thanks for the child theme .zip — much appreciated!)How can I make the social icons bigger? Or are they fixed graphics? If they are fixed, where can I edit them so I can add larger graphics for my theme?
Thank you!
I have a problem with the size of the logo on iPad with iOS7. It is too big and doesn’t change the size like on the desktop version.
Here is the link:
Can you help me?
D.
Topic: Display tags in portfolio
Topic: Moving top socket menu
I am using the Header with Social Icons and bottom. How can I place the top socket menu next to the social icons?
Topic: Testimonials alignment
Hello,
A message for Yigit, I couldn’t add this to the original thread here as it’s been closed:
https://kriesi.at/support/topic/testimonials-alignment/
I thought I would try one more thing and it worked!
Targeting the wrapper and not the content and using margins seems to work ok.
#top .avia-testimonial-wrapper { margin-left: auto !important;
margin-right: auto !important; }Just in case anyone else gets an issue.
Thanks again,
Andrew
Hey guys, I know this has been asked before but I am still having trouble after looking over different solutions. I want to make the iconbox icons themselves link not just the heading in the box (the default behavior)
I saw one solutions that made the whole box a link, which I don’t want.
then I saw this from dude
https://kriesi.at/support/topic/icon-box-icon-link/and that is what I tried. But it isn’t working. and I can’t figure out how to impliment it. I am using a child theme and this is a bit new for me in changing this type of code. I have only modified some of the functions behaviors and css thus far.
I changed the code per dudes instructions and them I placed the entire iconbox.php file in my child folder and that didn’t work. then because I didn’t know how to deploy the change I tried to add just the new code to functions.php
Can you please tell me what if anything is wrong with my code in the iconbox.php file and then how/where to place it in my child themes folder.
Thanksps. line 172 is where the change started, but I guess you can’t see that obviously. but gives general location.
website is http://jackandaddi.com/ and there are some icon boxes on the home screen.
<?php
/**
* Textblock
* Shortcode which creates a text element wrapped in a div
*/if ( !class_exists( 'avia_sc_icon_box' ) )
{
class avia_sc_icon_box extends aviaShortcodeTemplate
{
/**
* Create the config array for the shortcode button
*/
function shortcode_insert_button()
{
$this->config['name'] = __('Icon Box', 'avia_framework' );
$this->config['tab'] = __('Content Elements', 'avia_framework' );
$this->config['icon'] = AviaBuilder::$path['imagesURL']."sc-icon_box.png";
$this->config['order'] = 90;
$this->config['target'] = 'avia-target-insert';
$this->config['shortcode'] = 'av_icon_box';
$this->config['tooltip'] = __('Creates a content block with icon to the left or above', 'avia_framework' );
}/**
* Popup Elements
*
* If this function is defined in a child class the element automatically gets an edit button, that, when pressed
* opens a modal window that allows to edit the element properties
*
* @return void
*/
function popup_elements()
{
$this->elements = array(array(
"name" => __("IconBox Icon",'avia_framework' ),
"desc" => __("Select an IconBox Icon bellow",'avia_framework' ),
"id" => "icon",
"type" => "iconfont",
"font" => "entypo-fontello",
"folder"=> AviaBuilder::$path['assetsURL']."fonts/",
"chars" => AviaBuilder::$path['pluginPath'].'assets/fonts/entypo-fontello-charmap.php',
"std" => "1"),array(
"name" => __("Icon Position", 'avia_framework' ),
"desc" => __("Should the icon be positioned at the left or at the top?", 'avia_framework' ),
"id" => "position",
"type" => "select",
"std" => "left",
"subtype" => array( __('Left', 'avia_framework' )=>'left',
__('Top', 'avia_framework' )=>'top')),array(
"name" => __("Title",'avia_framework' ),
"desc" => __("Add an IconBox title here",'avia_framework' ),
"id" => "title",
"type" => "input",
"std" => __("IconBox Title",'avia_framework' )),array(
"name" => __("Title Link?", 'avia_framework' ),
"desc" => __("Do you want to apply a link to the title?", 'avia_framework' ),
"id" => "link",
"type" => "linkpicker",
"fetchTMPL" => true,
"std" => "",
"subtype" => array(
__('No Link', 'avia_framework' ) =>'',
__('Set Manually', 'avia_framework' ) =>'manually',
__('Single Entry', 'avia_framework' ) =>'single',
__('Taxonomy Overview Page', 'avia_framework' )=>'taxonomy',
),
"std" => ""),array(
"name" => __("Open in new window", 'avia_framework' ),
"desc" => __("Do you want to open the link in a new window", 'avia_framework' ),
"id" => "linktarget",
"required" => array('link', 'not', ''),
"type" => "select",
"std" => "no",
"subtype" => array(
__('Yes', 'avia_framework' ) =>'yes',
__('No', 'avia_framework' ) =>'no')),array(
"name" => __("Content",'avia_framework' ),
"desc" => __("Add some content for this IconBox",'avia_framework' ),
"id" => "content",
"type" => "tiny_mce",
"std" => __("Click here to add your own text", "avia_framework" )),
);}
/**
* Editor Element - this function defines the visual appearance of an element on the AviaBuilder Canvas
* Most common usage is to define some markup in the $params['innerHtml'] which is then inserted into the drag and drop container
* Less often used: $params['data'] to add data attributes, $params['class'] to modify the className
*
*
* @param array $params this array holds the default values for $content and $args.
* @return $params the return array usually holds an innerHtml key that holds item specific markup.
*/
function editor_element($params)
{
$icon_el = $this->elements[0];$chars = $icon_el['chars'];
if(!is_array($chars))
{
include($icon_el['chars']);
}$display_char = isset($chars[($params['args']['icon'] - 1)]) ? $chars[($params['args']['icon'] - 1)] : $chars[0];
$inner = "<div class='avia_iconbox avia_textblock avia_textblock_style'>";
$inner .= " <div ".$this->class_by_arguments('position' ,$params['args']).">";
$inner .= " <span data-update_with='icon_fakeArg' class='avia_iconbox_icon avia-font-".$icon_el['font']."'>".$display_char."</span>";
$inner .= " <div class='avia_iconbox_content_wrap'>";
$inner .= " <h4 class='avia_iconbox_title' data-update_with='title'>".html_entity_decode($params['args']['title'])."</h4>";
$inner .= " <div class='avia_iconbox_content' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode($params['content']))))."</div>";
$inner .= " </div>";
$inner .= " </div>";
$inner .= "</div>";$params['innerHtml'] = $inner;
$params['class'] = "";return $params;
}/**
* Frontend Shortcode Handler
*
* @param array $atts array of attributes
* @param string $content text within enclosing form of shortcode element
* @param string $shortcodename the shortcode found, when == callback name
* @return string $output returns the modified html string
*/
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
{
extract(shortcode_atts(array('title' => 'Title', 'icon' => '1', 'position' => 'left', 'link' =>'', 'linktarget' => 'no'), $atts));$icon_el = $this->elements[0];
$chars = $icon_el['chars'];
$font = $icon_el['font'];
if(!is_array($chars))
{
include($icon_el['chars']);
}$display_char = isset($chars[($icon - 1)]) ? $chars[($icon - 1)] : $chars[0];
if($position == 'top') $position .= " main_color";$linktarget = ($linktarget == 'no') ? '' : 'target="_blank"';
$link = aviaHelper::get_url($link);
if(!empty($link))
{
$title = "$title";
}// add blockquotes to the content
$output = '<div class="iconbox iconbox_'.$position.' '.$meta['el_class'].'">';
$output .= '<div class="iconbox_content">';/* commented out the below line wich is default, icon box heading only is the link, and replaced the new code that makes the icon itself a link as well below the lomented out line
$output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';*/
if(!empty($link))
{
$output .= "";
$output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
$output .= '';
}
else
{
$output .= '<div class="iconbox_icon heading-color avia-font-'.$font.'">'.$display_char.'</div>';
}
$output .= '<h3 class="iconbox_content_title">'.$title."</h3>";
$output .= ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop( $content ) );
$output .= '</div></div>';return $output;
}}
}
Viewing 30 results - 139,411 through 139,440 (of 142,918 total)
