Forum Replies Created
-
AuthorPosts
-
October 14, 2013 at 1:51 am in reply to: Transparent Text Box over a Custom Background Image – Possible? #174910
Hey davevi!
Try adding this code to the Quick CSS (Enfold > Styling):
#main{ background: transparent; } #main .main_color{ background: rgba(255, 255, 255, 0.5); }
Result:
Regards,
JosueIt does, tested in Chrome 30 (OS X).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueThis reply has been marked as private.Hey Roman!
That feature may come in a future update, however If you really need it try hiring a freelancer for the job.
Best regards,
JosueHey!
Did it work on live? it’s probably because the ID on live may be different from the one in local.
Regards,
JosueAn administrator WordPress account will be fine.
Best regards,
JosueHey franktw!
You can, with CSS set in the Quick CSS (which gets preserved in the database):
time[class*="date"] { display: none; }
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your the page in question please?
Regards,
JosueThis reply has been marked as private.Hey!
Each page has an unique ID, you can see it in the URL when editing them:
Now that we know the IDs, to set styles to different pages simply do it like this:
.page-id-1336 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; } .page-id-123 .main_color.iconbox_top .iconbox_icon { background-color: #719430; color: #ffffff; border-color: #507210; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueThis reply has been marked as private.October 13, 2013 at 10:41 pm in reply to: add a quick CSS for changing font, size, & font colour? #174864Hey Gillianrose!
For the navigation menu links:
.header_color .main_menu #avia-menu > li > a { color: #E7E7E7; }
To increase the font size of the main content:
#main { font-size: 14px; }
And finally to change the color of the footer titles:
#footer .widgettitle { color: #FFF; }
Best regards,
JosueThis reply has been marked as private.Hi Johnny!
The username provided is not working.
Regards,
JosueOctober 13, 2013 at 10:29 pm in reply to: How to get post with category to appear on one spesific page #174858Closed.
Regards,
JosueHello homemadebyx!
It’s possible to add the Avia Builder to posts, please check this video:
Cheers!
JosueOctober 13, 2013 at 10:22 pm in reply to: How to link a one page layout to different sections of the page. #174852Hi ZakP!
You could assign those elements an ID, and then simply link to them like: http://my-website.com/my-page#my-section
Regards,
JosueOk, create an administrator account and post it here as a private reply.
Cheers!
JosueHey Johnny!
The link you provided is not showing, have you tried importing the Dummy content after installing it?
Cheers!
JosueHi!
Try with opacity:
#header{ opacity: 0.6; }
Cheers!
JosueHi Mike,
That won’t work as it is right now, because that section doesn’t cover all the page, it creates an illusion, but its height is limited:
However, it think that you could get a similar effect if you include the other content inside that color section and then apply a transparent background to them.
Best regards,
JosueHey!
You have to edit the page.php file located in the Theme directory, then add this code and change ‘myexampleblog’ by the real name of your site registered in Disqus:
<div id=”disqus_thread”> <?php disqus_embed(‘myexampleblog’); ?> </div>
Regards,
JosueHi!
Open this file, and replace line 459:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'
By this:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="screenr.com"]'
Best regards,
JosueHi!
Use this code instead:
h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
Best regards,
JosueHello!
Recommended size would be around 1600 width, like in this image.
Regarding the other question, you want to have a full screen slider with no header but have the Main navigation inside the slider?
Cheers!
JosueI can’t access your site, a login prompt,
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts