Forum Replies Created
-
AuthorPosts
-
Where’s the iframe in that page?
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueIt should but you’d need to tweak that page appearance (hide footer, header, etc).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
It’s not possible with that approach, you’d need to edit the header.php file and put the image there in HTML format (around line 203):
<img src="_HERO_" />Cheers!
JosueHi,
Can you post the link to the Page in question please?
Regards,
JosueHey!
Unfortunately it’s not possible with the built-in Gallery, your best bet would be to look for a plugin that can achieve this, please take a look here:
http://codecanyon.net/category/wordpress/galleries
http://wordpress.org/plugins/search.php?q=galleryRegards,
JosueFebruary 20, 2014 at 8:53 pm in reply to: Make navigation menu item UPPERCASE when on menu item child page #227048Hi Ken!
I think you need to set those child pages as children also in the Menu (dropdown) so it can have a relationship there.
Best regards,
JosueHey Andy!
Please take a look at these topics:
https://kriesi.at/support/topic/adding-header-font/
https://kriesi.at/support/topic/custom-fonts/Cheers!
JosueHi Jorge!
Here’s a response from the plugin author:
http://wordpress.org/support/topic/scripting-guardRegards,
JosueHey!
Try adding this code to the Quick CSS:
.page .breadcrumb.breadcrumbs.avia-breadcrumbs, .page .main-title.entry-title { display: none; }Change .page by .page-id-0 if you want it to that specific page only.
Cheers!
JosueHi!
Use this code (put it in child theme functions.php):
function avia_change_sidebar_layout() { global $avia_config; $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two', 'meta' => 'one alpha', 'entry' => 'seven'); } add_action( 'init', 'avia_change_sidebar_layout');Cheers!
JosueFebruary 20, 2014 at 8:25 pm in reply to: How to add text into lightbox of a portfolio item made with gallery #227029You are welcome, glad we could help :)
Regards,
JosueFebruary 20, 2014 at 8:12 pm in reply to: How to add text into lightbox of a portfolio item made with gallery #227022Hi,
Add this code to the Quick CSS:
.ppt { position: absolute; bottom: 12px; left: 115px; color: gray !important; }Then set the custom text as Alt in the respective images.

Best regards,
JosueHi!
I tried reproducing the issue (refreshing several times), here’s the result:
http://screencast.com/t/gX79LUnNjXCheers!
JosueNot possible as far as i know, maybe there is a plugin out there.
Best regards,
JosueFebruary 20, 2014 at 8:02 pm in reply to: Adding large contact telephone number and maybe a icon at top of page #227016Hey!
Seems you already managed to add the phone number, you can increase it with this CSS:
.social_header .phone-info span { font-size: 24px; }And this one will swap position with the icons:
.noLightbox.social_bookmarks { float: right; } .sub_menu { left: 0; }Regards,
JosueHey!
CF7 allows you to upload stuff too:
http://contactform7.com/file-uploading-and-attachment/Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueTry emptying the cache.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Dan!
You can already add a datepicker to the built-in contact form.

Regards,
JosueHi!
Try the following, open framework/php/class-form-generator.php and add this around line 658:
$message .= "User has submitted following information:";
If that doesn’t work, you’d need to rely on other options like CF7 with allows you to do this out of the box.
Best regards,
JosueFebruary 20, 2014 at 7:26 pm in reply to: Launch Prettyphoto Inline Popup from Button on Layerslider #226987Hi!
I personally don’t know, but here’s a user who tried with PhotoSwipe:
https://kriesi.at/support/topic/photoswipe-lightbox/Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueFebruary 20, 2014 at 7:04 pm in reply to: Replete theme drop-downs menus possible in Enfold? #226964Hi!
You can do something like that with Enfold Mega Menu feature:
Cheers!
JosueHey!
At the moment the only layout element that allows you to do this is the Color Section, however the others ones do have an unique ID which you can check using the Inspect Element of Chrome (avia-el-xx).
Cheers!
JosueHi!
Use the Inspect Element feature in Chrome to get the ID of the specific menu item you want to edit, for example:

Then i would add a CSS code like this:
#menu-item-2271 a { text-indent: -9999px; /* Hides the text */ background: url(https://png-3.findicons.com/files/icons/2015/24x24_free_application/24/red_star.png) no-repeat center center; /* Change the URL of the image */ }The result:

Cheers!
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia_wpml_language_switch { display: none; } #socket { position: fixed; bottom: 0; z-index: 4; } #main { padding-bottom: 57px; }Cheers!
Josue -
AuthorPosts
