Forum Replies Created
-
AuthorPosts
-
October 11, 2013 at 5:11 am in reply to: Include circle background behind Font Icon in text box? #173970
Hello!
Its color is the “heading-color” set here (Enfold > Styling):
Regards,
JosueHi Mike,
Can you post the link to your website please?
Regards,
JosueHello!
The pages are set as “private”, that’s why they are not showing.
Best regards,
JosueHello Olivia!
This will do it:
.grid-content .entry-content-header{ min-height: 35px; display: table; text-align: center; width: 100%; } .grid-entry-title{ display: table-cell; vertical-align: middle; }
‘vertical-align’ works on table/table-cell elements.
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueOctober 11, 2013 at 4:38 am in reply to: Include circle background behind Font Icon in text box? #173952Hi mhiller!
Add this code to the Quick CSS or to the css/custom.css file:
.page-id-2514 .avia-builder-el-9 .iconbox_icon.heading-color { background: #1E73BE; }
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueOctober 11, 2013 at 2:44 am in reply to: A link to the non-responsive fixed width version on the mobile? #173918Hello!
Done, test it: http://ourlittlecompany.com.sg/Bo/#
I modified header.php(95) and js/avia.js (1543), just so you know in case of updating.
Cheers!
JosueHello!
2. That code isn’t working because this file doesn’t exist.
3. I don’t see that shadow, can you post a screenshot of your view?
4. Could you please elaborate? a screenshot would be helpful too.
Regards,
JosueHello!
Mmm, those " should be replace with the actual symbol (greater than and lesser than), maybe is a paste issue with the forum, try copying from this.
Cheers!
JosueHey!
1.
In this file, replace this:
div .logo { float: right; right: 0; } .main_menu { left: 0; }
By this:
div .logo { right: 0; left: auto; } .main_menu { left: 0; right: auto; }
Cheers!
JosueHello!
That happens because you have to set the height of its parent element.
Best regards,
JosueHello!
Remain in the Text tab and paste it as is:
<p> To view more information about Limited Edition Giclees on Canvas, <a href="http://75.103.91.29/grossdyg52/artwork-mediums/limited-edition-giclees/" title="Limited Edition Giclees on Canvas">click here: </a> </p>
Regards,
JosueHello!
Can you post a screenshot of your backend view, of this specific section?
Best regards,
JosueHello!
It didn’t get applied correctly, i can do it for you if you want, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
Try with this HTML instead:
<p> To view more information about Limited Edition Giclees on Canvas, <a href="http://75.103.91.29/grossdyg52/artwork-mediums/limited-edition-giclees/" title="Limited Edition Giclees on Canvas">click here: </a> </p>
Cheers!
JosueHi Dom,
You will need to use CF7 or another specialized plugin for that, regarding the styling, i think it will merge with the Enfold Styling, not exactly the same but it will look fine.
Regards,
JosueHey!
There is still a way to do it, you can create the Menu, then invoke it with raw PHP code using this plugin in the Widget.
The code that invokes a menu is:
<?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>
http://codex.wordpress.org/Function_Reference/wp_nav_menu
Cheers!
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHey!
Oh ok, try this, add a HTML Widget with this:
<ul id="myCustomList"> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li> <li><a href="">Link 3</a></li> <li><a href="">Link 4</a></li> <li><a href="">Link 5</a></li> <li><a href="">Link 6</a></li> </ul>
Then add this CSS:
#myCustomList li{ border-right: 1px solid white; display: inline-block; margin-right: 5px; padding-right: 5px; }
Best regards,
JosueOctober 10, 2013 at 6:17 am in reply to: A link to the non-responsive fixed width version on the mobile? #173450Hey Olivia!
It’s possible, you’d need to bind that “link” to a JavaScript function that toggles a class in the page, can you create an administrator account and post it here as a private reply?
Cheers!
JosueHe-he, hope nothing wrong happens, best of luck!
Cheers!
JosueHi,
Can you post the link that particular page in your website?
Regards,
JosueHope that works :)
Regards,
JosueHi inboxgroup!
You can use CF7 Special Mail Tags: http://contactform7.com/special-mail-tags/
Regards,
JosueHello turner2f!
I think a .sql may perform a better backup if done correctly, regarding a plugin, I’d personally recommend BackupBuddy.
Cheers!
JosueThis reply has been marked as private.October 10, 2013 at 5:43 am in reply to: please help me find appointment booking plugin for medical clinics #173429Hi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts