Forum Replies Created
-
AuthorPosts
-
Hey,
@joe88. On Appearance > Widget, look for Footer – column1, Footer – column2, 3 then 4. Supply that with widgets after you imposed on Theme Options > Footer, and select 4 column footer widgets.
Regards,
Ismael
Hi,
Can you give us a link to your website?
What type of header are you using?
Regards,
Ismael
Hi,
It depends on what device you are trying to target. You only need this if you’re trying to target screens with 959px resolution and lower that includes iPad, iPhone and other mobile devices.
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
@font-face {
font-family: 'BebasNeueRegular';
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 80pt !important;
margin-bottom: 20px !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}
}Regards,
Ismael
Hi,
I’m sorry but I’m not sure what is wrong with it even with the screenshot you provided. I tested the accordion on my end and it is working fine. Do you have Enfold 1.4?
Regards,
Ismael
Hi,
To change the background of the top header completely, you can use this
#header_meta {
background: red;
}To change the color of the menu font use this.
.header_color .sub_menu > ul > li > a {
color: blue;
}And the hover color, with this
.header_color .sub_menu > ul > li > a:hover {
color: black;
}Change the color value.
Regards,
Ismael
Hi,
I’m sorry but what do you mean by “caps” and what heading are you trying to change? Please give us a screenshot or give us a link to the page.
Regards,
Ismael
Hi,
You’re welcome. :)
Try to use this
.avia-icon-list .iconlist_icon {
border-radius: 300px;
}You may want to see the borders clearly, test it with this. Adjust the border width.
.avia-icon-list .iconlist_icon {
order-width: 3px;
}Regards,
Ismael
Hi,
Add this on your custom.css
.news-thumb {
border: none;
}To resize the thumbnail, go to functions.php then find this code
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
Add this on your custom.css. Change the width and height according to the thumbnail size then regenerate the thumbnails.
.image_size_widget .news-thumb {
height: 36px;
width: 36px;
}Regards,
Ismael
Hi,
It should be there automatically, there is no option to turn it on or off but you can hide it through css. Maybe the slider is covering it. Try this on your custom.css
#top .avia-post-nav {
z-index: 9999;
display: block;
}Regards,
Ismael
Hi,
Try this on your custom.css
html{
background-color: red;
}Leave a page without content and display the socket without the footer. You’ll see what Devin is trying to say. You need to push the socket with contents.
Regards,
Ismael
May 16, 2013 at 1:29 am in reply to: Gallerie 710px breite im Post nicht richtig dargestellt #119309Hi,
Add this on your custom.css
.template-page .big-preview {
display: block;
padding: 0 0 10px 0px;
}Regards,
Ismael
Hi,
Edit the field with the checkbox, look for Form Element Validation, select is not empty.
Regards,
Ismael
Hi,
Please use this instead. It will render a transparent box and leave the circle behind. :)
.image-overlay.overlay-type-extern {
background: transparent;
}Regards,
Ismael
Hi,
For example, you want to apply the style when viewing on a mobile device, you should use this
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
@font-face {
font-family: 'BebasNeueRegular';
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 90pt !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}
}The font will only apply if the user is viewing on a mobile device.
Regards,
Ismael
May 16, 2013 at 12:41 am in reply to: Can "Links", "Bold" and h2 texts be different colors under Main Content? #118928Hi,
I believe you edit his through the text editor. Add a unique class. Example
Number 1.
<strong class="blue_color">1. <a title="1. Talk to your partner, friends and family members" href="http://babyblueshelp.com/1-talk-to-your-partner-friends-and-family-members/">Talk to your partner, friends and family members</a>. </strong>
Number 2.
<strong class="red_color">3. Sleep when your baby sleeps.</strong>
Then style it on your custom.css
strong.blue_color {
color: blue;
}
strong.red_color {
color: red;
}Regards,
Ismael
Hi,
Please try this
.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}It will create a dotted line below the widget title. For more border styles, please refer to this link
http://www.w3schools.com/css/css_border.asp
Regards,
Ismael
Hi,
Click on the Toggles. At the very bottom look for the Toggle Sorting Tags field. Insert tags.
Regards,
Ismael
Hi,
I’m sorry that you feel that way. Please, if you can summon a little more of your patience, watch this video http://www.youtube.com/watch?v=ZY9SxVyugx4. Maybe it’ll help you better understand how the slider works.
Please let us know if it helps. It would be a lot easier if you have the site online so that we can help you set the slider up.
Cheers,
Ismael
Hi,
Send the login details on ///.
Include the issues you think you have on your installation and this thread on your email.
Regards,
IsmaelHi,
I tested the plugin on my site and the forms look ok. Can you give us a link to your website? We can probably fix it with css.
Regards,
Ismael
Hi,
I’m talking about this http://www.welsch-lehmann.com/marketing-automation/events/ . The url on that page seems to be working fine.
The version number may have been forgotten, you can edit that on style.css. You’ll know if you have the Enfold 1.4 if config-woocommerce is present on your theme files.
Try to use apostrophe instead. Change this code
<a href="http://kriesi.at">Hey</a>
to this
<a href='http://kriesi.at'>Hey</a>
It adds back slashes everytime you update or save the options. Let me tag Kriesi and the rest of the support team.
Regards,
Ismael
Hi,
It is working, please don’t forget to Save Changes after. Remove browser cache then reload the page. If you continue to experience this issue, please download the latest version of Enfold on your theme forest account.
Cheers,
Ismael
-
AuthorPosts