I am using windows 7. The problem comes, when viewing the website with google chrome, safari and opera. A friend of mine uses a mac and he has the same problem with safari there.
All the browsers are at the newest version.
I’ve recognized, that the easy-slider doesn’t work right, too. It only shows the first slide and the pictures are always way too big, no matter how I resize them.
Maybe there’s a connection there?
Actually your solution is better because if you use css to stretch the logo it will be displayed blurry (and in the worst case even distorted). Especially users with Retina display will just see a blurry image. It’s better to upload a high resolution image if you want a bigger logo.
Hi jesperarning,
Nothing really recommended but in general you’ll have the best luck with something low in contrast so the text links in front of it are easy to read.
Size wise, you’ll need to experiment a bit to see what works for you and with the image you use.
Regards,
Devin
Hi Alexander ,
The images below the post are not currently getting output at 200×200. They are 177×177 and the thumbnail starts at 180×180: http://3na8el3vr0iv4c0gg0360g6417y2.wpengine.netdna-cdn.com/wp-content/uploads/2013/08/artikelverzeichnisse-oesterreich-180×180.jpg
Regards,
Devin
Hi DoGrinDigital,
I’m not having any issues when viewing the above url. What OS and browser versions are you using when you are getting the issues?
Regards,
Devin
Hey,
Glad you fixed it. :)
You can place the code on the child theme’s style.css:
.image-overlay.overlay-type-extern {
display: none !important;
}
Cheers,
Ismael
Hi,
I can’t seem to reproduce the issue on my end. I have WordPress 3.6 and Enfold 2.0.1 and the button is working ok. Have you tried switching to the Advance Layout Editor? You can use the “Image” element to insert images. Let me tag the rest of the support team.
Also, please try to create a test site then activate Enfold. Check if the “Insert into page” button is working there.
Regards,
Ismael
Hey,
Glad it is fixed. Whew! :)
Regards,
Ismael
Hey,
This will get you started. Edit header.php, find this code:
<!-- end container-->
</div>
Above, place this code:
<div id="right-header">
<a class="login"href="LINK HERE">Login</a>
<a class="get-started"><img src="BUTTON IMAGE URL HERE"></a>
</div>
After that, add this on your custom.css or Quick CSS:
#right-header {
position: absolute;
right: 0;
}
#right-header a {
display: inline-block;
width: 50px;
height: 100%;
}
#right-header a.login {
border-right: 1px solid gray;
}
Regards,
Ismael
Thanks Dude. That totally gets me part of the way there…see: http://i.imgur.com/uoxRpte.png
How can I now make the Register button look like the image above using the same fonts, sizing, etc. as the Log In button?
Thanks again.
Here’s an image showing what I’ve done so far and what I’m wanting to add.
https://dl.dropboxusercontent.com/u/17031532/expo_navigation_menu.png
I’ve worked it out. Commenting out lines 2652 – 2656 from layout.css in the parent theme does what I wanted.
Rich
Hi guys
Firstly just want to say I absolutely love this theme!
One feature that I think would be great is if you could have a fullscreen background image – like your Flashlight theme ;)
Keep up the good work!
Hi pmb1007,
Please do not re-post the same question over again. We answer every single question that gets posted unless the user marks it resolved before we get the chance. Right now our response time is a little slower but its still typically under 24 hours.
Ismael answered your original topic here: https://kriesi.at/support/topic/remove-fade-in-for-first-slide#post-134942
Regards,
Devin
hi dnikitiuk
Whenever you change the thumbnail size for any image setting you need to regenerate your thumbnails using: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
Hi Bluebelldc,
Just for future reference our Queue system goes by oldest posted response in a topic to newest. So when you responded last it actually pushed the topic to the end of our Queue at that time.
To add in the logo to the footer you’ll need to add the html for it to the footer.php.
It will be just after this code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and can just be regular html to include the logo image.
Regards,
Devin
Glad we could help. Let us know if you have any other questions or issues.
Regards,
Devin
Hi dylandibona,
You must add a featured image so that the theme has something to display in the grid. Then, on the individual portfolio item look for the meta box below the visual editor named “Overwrite Portfolio Link setting”, Change the dropdown to Define custom link and in the Link field to the right add your video url.
As long as its a vimeo, youtube or html5 video url the lightbox code will grab the link and open it up in a lightbox.
Regards,
Devin
Hi kriru,
Just a general FYI each time you respond to your own post it moves the topic to the end of our Queue since our queue system goes by oldest content to newest.
As for your issues, I don’t know where this image comes from or how you generated the content so I can’t say how you would change anything within it: http://screencast.com/t/Xq5OZdoY
The tags code does not have a limit on how many to display. So you will need to find a plugin that lets you choose the number of tags to display.
Individual category customization is a bit difficult with WordPress. There are no pages to edit in the WordPress admin so you need to create your own php file just for that category page and customize the page using php/html/css. See: http://codex.wordpress.org/Template_Hierarchy#Category_display
This code is on line 124 in your header.php file in the theme files:
<div id='header_main' class='container_wrap container_wrap_logo'>
It must be there or the site wouldn’t be working.
Regards,
Devin
Hi Benjamin,
That kind of customization is beyond what we can do via support. You would need to have a freelance developer do the customization for you to ensure everything stays cross browser compatible as well as responsive.
The logo should be the same since you are just using a different square image and the positioning on the menu is pretty straightforward but the icon/borders will need a bit more individual time and care. Overall maybe 2 hours by a good developer.
Regards,
Devin
Hi Siobhan,
I do a quick demo of that style in this video: https://vimeo.com/channels/aviathemes/64927358
Plain text over an image is going to be tough since an image needs to have very little color noise to let the text stand out. You’ll need to use either an image for the text with a dark outline on the text in the image or use an image with less contrast so that the plain text stands out more on top of it.
Regards,
Devin
Hi,
I am wondering how I can change the size of the related post images without stretching them.
Right now it looks like this: http://www.evergreenmedia.at/suchmaschinenanmeldung/
The problem is I am simply stretching a small thumbnail to 200 x 200 px. I would rather use a generic thumbnail size (180 x180) that WP creates on itself which is not stretched.
Any help is highly appreciated!
Best regards,
Alexander Rus
Hello,
A modification I had made through the suggestion of the support team has stopped working after I updated WordPress and Enfold (I had been holding out on both until it seemed safe and it sounded like it from the forum). I don’t know if it’s the Enfold update or the WordPress update that’s causing this, but I’m now running WP 3.6 and the latest version of Enfold. The issue is as follows…
I had gotten rid of the portfolio preview images altogether, and opened up the preview space for other elements through a modification of this file:
wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php
deleting this line, as suggested:
$output .= “<div class=’av_table_col first portfolio-preview-image’>”;
$output .= $images;
$output .= “</div>”;
That had been working fine for me, allowing me to place content, including video and pictures and text, spanning the entire preview space. However, even after modifying the new portfolio.php file in the same way, I’m still getting a lingering preview image, and it’s totally throwing off my layouts.
I tried to make this a followup on my original post (titled “ENFOLD – VIDEO AND AVIA LAYOUT BUILDER IN AJAX PREVIEW??”) but that discussion has been closed.
You can see what I talking about by going here:
http://omarramirez.net/cms/
and clicking on pretty much any of the portfolio items.
Please help me get the site back as it was… I’d appreciate a quick response, because this was close to going live.
I’d like to know if I’m going to have to downgrade WP or enfold to correct this.
thanks!
Omar
It seems to have sorted it and not changed anything else on the site. Well done :-)
Thanks again. Another problem solved.
I’m trying to globally switch off the image hover options for my whole site but nothing seems to be having an effect.
I’m using the enfold child theme. Site is http://www.athousandunfinishedprojects.com
Have tried adding : .image-overlay.overlay-type-extern {
display: none !important;
}
to the quick.css or the custom.css but neither has an effect. Even tried deleting the .image-overlay lines from the parent base.css but nothing seems to stop the hover.
Any suggestions would be gratefully received.
Thanks
Rich
Thank you i`m still trying to find my way around all the options.
Are there any recommended size or ratio?
Hey!
Can you post a link to your website please?
Best regards,
Peter
Actually this “effect” happens if the page content (images, stylesheets, scripts, etc.) is not fully loaded. Then the browser will just display the plain body element (including the body background color which seems to be grey in this case). You can try to change the body background color to white or install a cache plugin like w3tc: http://wordpress.org/plugins/w3-total-cache/ to improve the loading performance.
Hey,
Did you set the featured image?
Regards,
Ismael