Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not sure but capturing url and javascript thingy seems a bit complicated. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
Add a new layer > select Div / Video, insert the google map code
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=48.287373,107.138672&t=m&z=4&output=embed"></iframe><br /><small><a href="https://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=48.287373,107.138672&t=m&z=4&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
Go to Style tab > Layout & Positions > width and height should be 100%. Top and left position is “0”. Drag the layer at the top of every other layers to place it behind. Save changes.
Regards,
Ismael
Hi,
I’m sorry, I don’t have Windows 8 to check this issue. I’ll tag this thread to Kriesi and the rest of the support team.
Regards,
Ismael
Hi,
I’m sorry about the forum. You can attach images using simple html tags. . You can edit your post by clicking the small “Edit” post below your current post. You can also delete them. If you want to see all of your post, click the “Member” text at the bottom of your Username.
Please give us link to the pages with certain issues.
Thank you,
Ismael
Hi,
They need to register their email accounts on http://en.gravatar.com/. They can set the profile pic there.
Regards,
Ismael
Hi,
You can actually add an email link. On Enfold > Header > Phone Number or small info text, place something like this
<a href="mailto: (Email address hidden if logged out) ">Email me!</a>
I’m really not sure if an automatic click to call number is possible. If they have a Skype Call to Click plugin enabled on their browser, they will be able to click the number and call it through skype.
I haven’t tried this plugin http://wordpress.org/extend/plugins/contact-call-plugin/. You should try it.
Regards,
Ismael
Hi,
What theme are you using? Can you be more specific? A screenshot of what you are trying to accomplish will help.
Regards,
Ismael
Hey,
Glad it is fixed. I didn’t know the Mac folder is hidden on MAC OS. That sure is weird. :)
Regards,
Ismael
Hi,
Yes, I reported the issue to Kriesi about the Advance Layout Editor. Elements goes blank when saved, stripped html tags etc. I’ll tag this thread to Kriesi.
Regards,
Ismael
Hi,
I’m sorry if I didn’t get back to you right away. I can’t fix the issue on the sortable portfolio categories. You have a lot of plugins installed out there. I don’t have to deactivate any of them because you may lose some options that I don’t know. Please try to deactivate them one at a time then reload the portfolio page.
Regards,
Ismael
Hi,
Please refer to this link
https://kriesi.at/support/topic/mega-menu-bug#post-108100
https://kriesi.at/support/topic/header-background-image-2
Regards,
Ismael
Hi,
Please add this on your custom.css or quick CSS.
h1, h2, h3 {
text-transform: none !important;
}Regards,
Ismael
May 17, 2013 at 1:59 am in reply to: Gallerie 710px breite im Post nicht richtig dargestellt #119316Hi,
You need to create a backup of your custom.css or copy the code on the Quick CSS on a notepad or something like that. Yes, it would be nice to be able to save a custom theme style. You can request that on this thread https://kriesi.at/support/topic/enfold-feature-requests.
Regards,
Ismael
Hi,
I don’t have these mobile devices so let me tag Devin to check this out. :)
Regards,
Ismael
Hi,
Go to Theme Options > Click Import Dummy Data. It will give you almost all of the pages that you can see on the demo.
Regards,
Ismael
Hi,
Re-size the logo first using Paint or Photoshop. Suggested logo size is 200px * 100px. Go to Theme Options > upload the logo. When the upload is finish select which size you want to use before clicking the “Use Image as Logo”.
Regards,
Ismael
Hi,
What is the code that you have right now, the code that Nick gave you? What header style do you have?
Let me tag Nick.
Regards,
Ismael
Hi,
What do you mean by lost http? When I click on the link I am redirected to hotmail.
Please give us a link to your website and probably a screenshot.
Thanks,
Ismael
Hi,
I don’t really see anything wrong on the website. I have a 1600×900 resolution screen and even when I resize the browser to any specific size, the site looks good without the portfolio images overlapping. These are the list of screen sizes, normally use on homes, offices etc.
800 x 600
1024 x 600
1024 x 768
1366 x 768
1280 x 600
1280 x 800
1280 x 960
1280 x 1024
1440 x 900
1600 x 1200
1920 x 1080
1920 x 1200I tested the site on each resolution and the portfolio looks fine. I don’t really think a user will re-size his browser to 1200px deliberately.
Regards,
Ismael
Hi,
If you only want to target the portfolio thumbnails, you should change this line of codes
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columnsYou may need to edit some css because it will probably resize the thumbnail but the thumbnail will inherit the size of the portfolio container.
Regenerate the thumbnails with http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
Ismael
Hi,
I tested this on the localhost and it works perfectly fine. Please try to insert an image and select any images on the Media Library.
Do you have the latest version of Enfold? Please download it on your themeforest account.
We suggest to build the site with the Enfold theme online to avoid configuration and database lost later.
Regards,
Ismael
Hi,
If you have a four column portfolio, you can add this on your custom.css or Quick CSS
.grid-entry.no_margin.av_one_fourth {
width: 24%;
}3 columns should be like this
.no_margin.av_one_third {
width: 32.3%;
}2 columns, add this
.no_margin.av_one_half {
width: 49%;
}This will add a 1% margin between the items.
Regards,
Ismael
Hi,
I think this is what you want.
.active-parent-item a {
color: red !important;
font-weight: bold !important;
}Regards,
Ismael
Hi,
You can style the Gravity Forms font with this
.gform_wrapper {<br /> font-family: Arial !important;<br /> font-size: 14px !important;<br /> color: red;<br /> }
Regards,
IsmaelHi,
Can you give us a link to your contact page? You can actually target the checkbox then add a style to it when empty. Mine looks like this
.error#element_avia_check_1 {
border: 1px solid red;
}This will only be applied when the user leave a required checkbox empty. You might need to add the style on each checkbox that you have.
Regards,
Ismael
Hi,
Sticky footers tends to break the responsiveness of the site. There are certain techniques that you can use to make a sticky footer. You might want to look into that. It means breaking the default layout of the theme though. In my honest opinion, who needs a blank page anyway?
Regards,
Ismael
-
AuthorPosts