-
AuthorSearch Results
-
June 24, 2013 at 6:45 pm #122493
In reply to: IE8 image distortions
Hi, content of blog thumbnails looks perfect now. I add also: .big-preview img {width: 100%;height: 100%;} cause in some places pictures was out of proportions, and this: #top .news-thumb img {width: 100%;height: 100%;} improve appearance of small thumbs in sidebar. Thanks for help and good suggestions. Maybe it’s not bad idea to gather css quick solutions for IE, and conditional style to header.php. Best regards.
June 24, 2013 at 6:42 pm #126124In reply to: Responsive layout with grid blog problem
Hi J,
The theme’s grid is set up to make the blog-grid layout alternate between 1 full width and 2 half width blog posts in the blog grid layout. See: http://kriesi.at/themes/enfold/blog/blog-grid/
So on your phone (s3) you’ll actually get 2 columns at 205px wide since the screen width is 720px. This is equivalent to the column size for the blog grid on desktop screens when using 3 columns and a sidebar as the demo does.
Regards,
Devin
June 24, 2013 at 6:29 pm #126074Hi rinoy,
There was a bug with a recent version of bbPress which prevented the wordpress search from searching forum posts. If it isn’t working still and there is no update for bbPress available then it has not been fixed yet.
In this case, there isn’t anything we can do to fix it since the theme just uses the wordpress search function.
Regards,
Devin
June 24, 2013 at 6:27 pm #25303Topic: Remove social header
in forum EnfoldImageco
ParticipantI would like to completely remove the thin grey social header bar at the very top of the layout. How would I achieve this? Thanks!
June 24, 2013 at 5:56 pm #126091In reply to: Progress Bars – Custom color (no strobe effect)
Thanks Ismael,
That works for us.
Sorry Andy, we didn’t mean to hack your post. We probably should have posted on a different topic. Hope you can get everything resolved.
Cheers
-Nicolas
June 24, 2013 at 5:47 pm #123980In reply to: Can Team Member Photos Link to a page
Thanks for your help. Text on top doesn’t look very clean.. is there anyway to keep the text at the bottom of the image?
June 24, 2013 at 5:17 pm #25292Topic: Slider "blinks" right before transition
in forum Enfoldcalexander
ParticipantI have two images with a simple fade transition in the slider, and the slider seems to “blink” or “flash” white a fraction of a second before the transition to the next image. I have seen this behavior across Chrome, Firefox and Safari on Mac. Please see here: christopheralexander.info/h3/ Please let me know what to do to get rid of this. Thank you!
June 24, 2013 at 4:34 pm #125610In reply to: Centering "Special Heading" Titles
Hi Dennis,
You would need to use the page ID class for each specific page. Eg:
#top.page-id-70 .av-special-heading.blockquote > * {
text-align: center;
}Where 70 is the page ID.
Regards,
Devin
June 24, 2013 at 4:02 pm #126189In reply to: Issue with child theme cont.
Hey Hugo,
That is what this comment guides you to do: https://kriesi.at/support/topic/issue-with-child-theme#post-116432
It should have been included in 1.7 as well so if you update the parent theme it should be already in place.
Regards,
Devin
June 24, 2013 at 3:55 pm #126177Hi mgma,
I *think* the ajax portfolio slideshows are set to change on mouseover of the individual slides so I’m not sure if the option is available for the ajax view or if Kriesi just accidentally is overriding them.
I’ve tagged Kriesi on the topic for a definitive answer.
Regards,
Devin
June 24, 2013 at 3:51 pm #125817In reply to: Enfold custom.css
Correction #2
Move the Social menu from left to right and text area from right to left…just a swap.
I was given the following code by your support to place on the CSS and we tried placing it in both the Quick CSS and Custom CSS and none worked. Here is the code:
div .sub_menu {
left: -20px;
right:auto;
}
#top .social_bookmarks{
float:right;
}
June 24, 2013 at 3:45 pm #125920In reply to: Changing gallery border for a page ID number only
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-1739 .entry-content .avia-gallery-1 .avia-gallery-thumb img {
border: none;
}To break it down:
#top.page-id-1739 – The top ID and class of .page-id-1739 to only have the css after effect *this* page.
.entry-content – Only the entry content for this page
.avia-gallery-1 – the specific gallery within the entry content in case you had multiple galleries within the entry-content
.avia-gallery-thumb – Thumbnail section only
img – The images inside the thumbnail section which has the border
{border: none;} – border declaration with a property of none or you could use border-wdith: 0px .
I have no idea about the permalink though.
Regards,
Devin
June 24, 2013 at 3:22 pm #126151In reply to: Contact Form / Make Input fields thinner
Hi Doremus,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
/*removes margin from above and below form inputs*/
.ajax_form p {
margin: 0;
}
/*padding inside the inputs*/
#top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
padding-top: 4px;
padding-bottom: 4px;
}
/*re add padding to captcha only*/
#top .ajax_form .text_input.captcha {
padding-top: 13px;
padding-bottom: 13px;
}
/*re add some space above the submit*/
#top .ajax_form .button {
margin-top: 13px;
}Modify as needed.
Regards,
Devin
June 24, 2013 at 3:08 pm #126129In reply to: Entypo Icon Rollover – Color change effect
Hi Andy,
Yes, generally you could use something like:
.iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
color: black;
cursor: pointer;
}For a icon on top of an iconbox. It would need to be done with targetted css to make it only happen some places or on other instances.
Regards,
Devin
June 24, 2013 at 3:04 pm #125624In reply to: 1.7 Contact Forms Not Sending Email…
Hi FLSouthPaw,
Our queue system actually goes from oldest to newest so each self response/bump actually pushes the topic backwards instead of bringing it to our attention. We’re considerably over normal levels of new support requests so its taking a bit longer than normal to get to items and the weekend just compounds that (since support is typically monday-friday).
I’ve tagged the topic for Peter and Kriesi as I’m not aware of anything with 1.7 that should have or could have cause a change in the mail function but if not Peter definitely Kriesi will be able to help shed some light on the issue.
One thing to check now however would be if you had previously made any theme changes to support SMTP. If so, a theme update would have overwritten those changes.
Regards,
Devin
June 24, 2013 at 2:58 pm #125867Hi essentialmessagemarketing1,
It sounds like most of the issues are related to the server not having enough memory allocated for wordpress to use. Increase your php memory to at least 128mb via one or all of these: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
You’ll also need to update the theme files since you’re still on 1.3.1. See: https://vimeo.com/channels/aviathemes/67209750
Just as an aside, our Queue system goes oldest post to newest so each self post in the same topic actually pushes it further back instead of bringing it to our attention.
Regards,
Devin
June 24, 2013 at 2:53 pm #126002In reply to: Top Margin on H3 Special Heading not consistent
Hey kcharity,
We’ll need to see the two pages live and inspect the code on our end. If you can also give a brief overview of how the items are laid out in your visual editor/advanced layout editor that will help as well.
Regards,
Devin
June 24, 2013 at 2:40 pm #125988In reply to: A few questions
Hi barryocarrollphotography,
1) If you are using a secondary lightbox plugin, you should just disable it. Otherwise you’ll need to unhook the themes prettyPhoto script from being used throughout the site and I’m not sure anything third party will be able to accurately integrated with all of Enfolds features.
2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-slideshow-dots.avia-slideshow-controls {
display: none;
}
.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}3) Go to the Styling tab of the theme options. Then open the Header tab and change the options there. The “Header font color” controls the menu item static color as well as the hover using a theme function to get a slight difference from the one you pick.
So you could use the following to set the static color for all those items and then use that option to just set the hover:
.header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #FFF000; }Regards,
Devin
June 24, 2013 at 2:28 pm #125889June 24, 2013 at 2:27 pm #125972In reply to: Featured image for portfolio item
Hi nickdeclercq,
There are a couple of things to try.
First, go to a new portfolio item and then scroll to the top of the screen. Click on Screen Options and make sure Featured Image is checked.
Next, deactivate all active plugins that you have running on the installation. Then log out and log back in and try adding a new portfolio item with featured image, again make sure featured image is checked.
Regards,
Devin
June 24, 2013 at 2:15 pm #126214In reply to: Custom CSS page option
Hi,
Using Chrome, you can inspect the element, look for the unique body class selector. It will look something like this.
body id="top" class="home page page-id-734You can use the selector .page-id-734 prior to the elements you want to target on that specific page. Example.
.page-id-734 .main_color .avia-icon-list .iconlist_icon {
background-color: red;
}The code will only change the iconlist background color on the page with id 734.
I already asked Kriesi if it is possible to add unique css selectors for each Avia Elements when editing on the Advance Layout Builder. I’ll tag him on this thread.
Regards,
Ismael
June 24, 2013 at 2:06 pm #125946In reply to: Put infoboxes in footer
Hi LeneLarsen,
Add a blank text widget to your footer widgets and then use the shortcode for the icon box like this:
[av_icon_box icon='31' position='top' title='IconBox Title' link='manually,http://google.com' linktarget='no']
This is my text for the icon box shortcode.
[/av_icon_box]Regards,
Devin
June 24, 2013 at 1:03 pm #25229Topic: Iconbox, links and Yoast's Google analytics problem
in forum Enfoldunitedwc
ParticipantUPDATE: I turned off plugins one at a time and found that Yoast’s Google Analytics plugin is the culprit. I reproduced the bug on a clean install of wordpress and enfold as well. Due to the fact that many people are using this plugin, can a solution be found to correct this? Note that this bug ONLY happens if you use a mailto link for the title link field: a link to a webpage is fine
________________________
I am getting a strange effect when I try to add links in an iconbox, the parsing goes strange.
I have this (note I replaced some of the <> with [] so that the code displays without linking):
[av_one_third]
[av_icon_box icon='59' position='top' title='Need Support?' link='manually,mailto:support@MYSITE.com' linktarget='no']
Please visit our [a href="http://MYSITE.com/support/"]FAQ[/a] if you have not already done so. Else, please contact us at [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a] or 1.800.555.8697.
[/av_icon_box]
[/av_one_third]
and on the website, the code looks like this:
<div class="iconbox_icon heading-color avia-font-entypo-fontello"></div>
<h3 class="iconbox_content_title">
[a "="" support="" MYSITE.com="" http:="" href="mailto:support@MYSITE.com' title='Need Support?' ]Need Support?[/a]</h3><p>Please visit our [a href="]FAQ[/a]
if you have not already done so. Else, please contact us at
[a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a]
or 1.800.555.8697.
<p></p>
</h3>
</div>
</div>
`Note the
[a “=”” support=”” MYSITE.com=”” http:=”” href=”mailto:support@MYSITE.com’ title=’Need Support?’ ]Need Support?[/a]
is really weird.
June 24, 2013 at 11:41 am #25280Topic: Move blog date to the left
in forum Enfoldandypeck
ParticipantHi there,
I posted a few weeks ago a request to find out how to create the blog list and blog entry with a date in place where the profile picture/blog type goes (the circle to the left). Ideally, it would still have the dotted line that links between each blog but would have a large date (abbreviated “MAR 13′) instead of my profile picture or blog type.
Unfortunately the method suggested didn’t work….
1) Open includes > loop-index.php, find this code: $link = get_author_posts_url($post->post_author);
2) At the bottom place this code: $date = get_the_date();
3) Then find this code: echo “<span class=’rounded-container’>”.$gravatar.$icon.”</span>
4) Replace it with: echo “<span class=’rounded-container’>”.$date.”</span>
Tbh I wasn’t sure where to place the code: $date = get_the_date(); (the instructions said ‘at the end’ but at the end of where exactly? Although I DID try different logical positions so im not sure thats the problem anyway.
Anyway, even though I said it wasn’t working the topic was closed prematurely.
Can you help please
Andy
June 24, 2013 at 11:24 am #123904In reply to: Layering CSS Drawn elements
Cheers Nick,
I think thats one of those nice to have issues ill get round to when my site is up. Although, I think I might treat it as a ‘next steps’ challenge once im set. I think we close topic on this one for now although im sure ill be posting again verrrrrry soon
Cheers for everything.
Btw… was that you following my vimeo account?
June 24, 2013 at 11:01 am #125347In reply to: Bug with the blog page?
Hi!
Please insert following code into the quick css field
#top.blog .title_container, #top.blog #footer{
display: none;
}Regards,
Peter
June 24, 2013 at 10:46 am #25274Topic: overwrite imgzise global settings in child theme
in forum Enfolddarkcanvas
ParticipantFound a similar topic here and tried to apply this piece of code, but it doesn’t seem to work for me.
I’m trying to change the size of image size for entry without sidabar…
what am I doing wrong:
The following was added to functions.php in the child theme:
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>1030, ‘height’=>450 );
}
add_action( ‘init’, ‘avia_change_image_size_array’);
June 24, 2013 at 10:31 am #1259521) I didn’t test this but you can try following modification – first open up wp-contentthemesenfoldfunctions-enfold.php and replace
'breadcrumb' => true,with
'breadcrumb' => false,Then open up sidebar.php and replace
echo "<div class='inner_sidebar extralight-border'>";with
echo "<div class='inner_sidebar extralight-border'>";
echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));2) You can use the “custom menu” widget which can display any menu you created on the Appearance > Menu option page.
June 24, 2013 at 10:08 am #126332In reply to: advanced layer editor not working on
okay it`s working i found the answer
Please check the Screen Options on top of Add New Page, that the Avia Layout Builder check box is checked ( see image http://www.clipular.com/c?7803713=XY6hHvNqhmEFb8GGM8qxpRriUME&f=.png )
June 24, 2013 at 9:37 am #126024In reply to: "Main Title" background color and font color
Hey Ismael,
Thanks for your answers.
It all works fine. I have just two last questions. Please check: http://redesign.wiseseosuite.com
1. Ok, I’ve changed the color of the “main title” to white with this code:
.title_container h1 { color: white !important; }
.title_container a { color: white !important; }
Is this correct?
2. The header border color change isn’t the thing we want to achieve. As you can see, the header and the line under the selected main menue topic are merged together. We want to separate it from each other using a thin white line (1px for example).
Thanks & best regards,
Martin
-
AuthorSearch Results
-
Search Results
-
Topic: Remove social header
I would like to completely remove the thin grey social header bar at the very top of the layout. How would I achieve this? Thanks!
Topic: Move blog date to the left
Hi there,
I posted a few weeks ago a request to find out how to create the blog list and blog entry with a date in place where the profile picture/blog type goes (the circle to the left). Ideally, it would still have the dotted line that links between each blog but would have a large date (abbreviated “MAR 13′) instead of my profile picture or blog type.
Unfortunately the method suggested didn’t work….
1) Open includes > loop-index.php, find this code: $link = get_author_posts_url($post->post_author);
2) At the bottom place this code: $date = get_the_date();
3) Then find this code: echo “<span class=’rounded-container’>”.$gravatar.$icon.”</span>
4) Replace it with: echo “<span class=’rounded-container’>”.$date.”</span>
Tbh I wasn’t sure where to place the code: $date = get_the_date(); (the instructions said ‘at the end’ but at the end of where exactly? Although I DID try different logical positions so im not sure thats the problem anyway.
Anyway, even though I said it wasn’t working the topic was closed prematurely.
Can you help please
Andy
Found a similar topic here and tried to apply this piece of code, but it doesn’t seem to work for me.
I’m trying to change the size of image size for entry without sidabar…
what am I doing wrong:
The following was added to functions.php in the child theme:
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>1030, ‘height’=>450 );
}
add_action( ‘init’, ‘avia_change_image_size_array’);
