Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com (include a link to this topic)?
Regards,
JosueHi!
That shouldn’t be happening, it looks like a cache problem, mind posting a link to your website?
Regards,
JosueSeptember 28, 2013 at 12:53 am in reply to: Open link in new window and resize window to fit content #167345Hi Trace!
It’s because their links are already configured to open that size:
<a href="javascript:newWindow('http://www.mackenziefinancial.com/rrspcalculator','RRSPcalculator','','620','400')"> RRSP Calculator</a>
Including links like that won’t work in Enfold, unless you include the newWindow function too (this could be put at the end of the js/avia.js file):
function newWindow(contentsURL, winName, winProps, width, height) { if (!winName) var winName = "CALCULATOR"; if (!winProps) var winProps = "menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0"; if (!width) var w = 620; else w = width; if (!height) var h = 400; else h = height; var x = 100; y = 100; var args = "width=" + w + ",height=" + h + "," + winProps + ",screenx=" + x + ",screeny=" + y + ",left=" + x + ",top=" + y; window.open(contentsURL, winName, args); }
Best regards,
JosueHi!
This code will do it:
.entry-content-wrapper{ background: #222222; padding: 25px; }
Cheers!
JosueHello zerozendesign!
You want to achieve something like this?
Best regards,
JosueSeptember 27, 2013 at 11:59 pm in reply to: Open link in new window and resize window to fit content #167334Hi Trace!
I didn’t fully understand you, can you please be more specific? perhaps an example link?
Best regards,
JosueSeptember 27, 2013 at 11:57 pm in reply to: Need To Remove The White Border From My Portfolio Images #167332Hi,
Can you post the link to your website please?
Regards,
JosueHello Gerold!
I’m unable to find it, please send it again with a link to this topic.
Regards,
JosueHi!
I see Railway being applied to the heading elements, it’s just that the letter-spacing is 1px by default, try this:
h1, h2, h3, h4{ letter-spacing: 0 !important; }
Regards,
JosueSeptember 27, 2013 at 7:37 pm in reply to: Problem adding images to text blocks and gallery media elements #167265Hey kirzy!
An inconsistent problem is kinda hard to reproduce, if you want me to check it personally please create an administrator account and send it to me at avia.josue (at) gmail.com.
Cheers!
JosueSeptember 27, 2013 at 7:33 pm in reply to: My portfolio items a broken when not viewed with AJAX #167264Hello!
I’m sorry but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHi!
Glad Ismael fixed it. :)
Regards,
JosueHi voicepro!
Try adding this code in the Quick CSS or in the css/custom.css file:
.button{ color: black !important; }
Regards,
JosueSeptember 27, 2013 at 7:23 pm in reply to: Add .php file to child theme WITHOUT access to ftp #167257Hi!
I made the first pair, now for the rest just clone them and change the image, to do it you will have to be in the Text tab and replace the highlight section like in the following image:
Best regards,
JosueHello montanayank!
You are selecting the small thumbnail size in that specific post.
http://christophermatthewspub.com/wp-content/uploads/2013/09/CoyotePointCasino-Book-shot-150×112.jpg
http://christophermatthewspub.com/wp-content/uploads/2013/09/CoyotePointCasino-Book-shot.jpgRegards,
JosueSeptember 27, 2013 at 6:32 pm in reply to: How to make image menu in header which have hover and active effect? #167232Hey Hojoon!
Try with this:
/*PolliMolli*/ #menu-item-3964 > a:hover, #menu-item-3964.current-menu-item > a, #menu-item-3964.current_page_item > a, #menu-item-3964.active-parent-item > a, #menu-item-3964.active-ancestor-item > a { background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block; } /*zflex*/ #menu-item-2567 > a:hover, #menu-item-2567.current-menu-item > a, #menu-item-2567.current_page_item > a, #menu-item-2567.active-parent-item > a, #menu-item-2567.active-ancestor-item > a { background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_zflex_black.png) no-repeat top; display:block; } /*MINI*/ #menu-item-2570 > a:hover, #menu-item-2570.current-menu-item > a, #menu-item-2570.current_page_item > a, #menu-item-2570.active-parent-item > a, #menu-item-2570.active-ancestor-item > a { background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block; }
Cheers!
JosueHey!
You haven’t posted the link.
Regards,
JosueHello!
Yes, using a RGBA value:
.header_bg{ background: rgba(255, 255, 255, 0.5);
That will apply a white background with 50% transparent.
You can change the color value by using the RGB value, for example:
.header_bg{ background: rgba(0, 0, 0, 0.5);
That would apply a black background.
Cheers!
JosueHey!
Try this code:
.single-portfolio #menu-home li{ display: none; } .single-portfolio #menu-home li#menu-item-983{ display: block; }
Best regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHello!
Just edit the js/avia.js file, line 288, change 0.7 to 1:
Regards,
JosueHello!
What does the error says?
Regards,
JosueHi!
Try this:
#header_main_alternate, #menu-main-menu{ background: transparent; }
Cheers!
JosueHey peter,
You need to open this file /enfold/framework/php/function-set-avia-frontend.php and go to the line 403, and replace it as follows:
After:
$title = get_bloginfo('name').' | ';
Before:
$title = get_bloginfo('name');
Cheers!
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi,
Please post a link to the website and a screenshot of what you want to achieve.
Regards,
JosueHello!
Glad it’s working for you now :)
Regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts