-
AuthorSearch Results
-
September 24, 2013 at 10:49 am #165532
Topic: Dancing Navigation
in forum EnfoldMarssolutions
ParticipantHey guys, for some reason our top nav bar does a little ‘shuffle’ side to side (just a bit) when you click through the navigation. It’s only slight, but does it on all pages, and looks bad.
here’s the site http://www.marsmarketing.com.au
Could you let me know what you think? thanks.
September 24, 2013 at 10:43 am #165530Topic: How can I customise the rollover arrow on enfold theme
in forum Enfoldtoshism
ParticipantHi there, I was wondering if it’s possible and how to change the image overlay icon to a totally custom image instead of using the default arrow?
I saw the following post which refers to changing the arrow to something else in the icon library, but could I create my own icon and use that?
https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/I would appreciate it if you could point me to any reading that may help or perhaps advise.
Thanks
September 24, 2013 at 10:13 am #165517In reply to: Portfolio sortieren / Youtube / Layerslider
Hey dreirad!
1) Du kannst dieses Plugin: http://wordpress.org/plugins/post-types-order/ verwenden, um die Portfolioeinträge zu sortieren.
2) Derzeit wird das Facebook Icon standardmäßig nicht unterstützt. Wir überarbeiten aber gerade die Font Icon Funktion, sodass voraussichtlich ab dem nächsten Update der Benutzer selbstständig neue Icons hinzufügen kann (daher auch zB das Facebook Icon). Falls ihr es eilig habt könnt ihr Nicks workaround: https://kriesi.at/support/topic/youtube-icon/#post-121776 verwenden.
3) Meiner Erfahrung nach muss man va auf die “Globa Settings” achten und sicherstellen, dass die “Responsive” und “Layer Container” Weite richtig konfiguriert ist: http://www.clipular.com/c?5232019638321152=EPeN02ByfziSf8rbrtk79qwzir4&f=.png
Best regards,
PeterSeptember 24, 2013 at 10:08 am #165515Topic: how to keep a div on top of a page
in forum Enfoldjackyking
ParticipantHi,
How can I keep a division on top of a page? I used the Avia Layout Builder and added several elements to a page. How can I use code/css to keep one division stay on top of the page and above rest of the divisions?
Thank you,
September 24, 2013 at 9:31 am #165508In reply to: Color Section Border erstellene
Hey crevlon!
Du kannst den Border mit folgenden CSS Code hinzufügen
.avia-section { border-top: 5px solid; border-bottom: 5px solid; border-left: 5px solid; border-right: 5px solid; }5px gibt die Breite des Borders an und man kann jeden x-beliebigen (positiven) Wert stattd 5px verwenden. Eine Auflistung aller unterstützen Attribute findest du hier: http://www.css4you.de/border.html
Regards,
PeterSeptember 24, 2013 at 8:46 am #165500In reply to: Different size boxed layout desktop
Hi Josue!
Many thanks and thumbs up!!!
Greetings,
StefanSeptember 24, 2013 at 5:41 am #165481In reply to: Different size boxed layout desktop
Hey!
Be sure you are selecting the ‘1030px’ width option in the Theme Options page, then replace the contents of css/grid.css with this.
Cheers!
JosueSeptember 24, 2013 at 5:34 am #165478In reply to: Form Code in Text Block
Hi joe88!
I noted that too, but here’s a trick when it kicks you out of the Edit page page, go back and click the Restore backup link (The backup of this post in your browser is different from the version below. Restore the backup.) that appears on top, then save it, i tested locally and managed to get it working with this code:
<form action='http://www.example.com/website/wp-admin/admin-ajax.php' method='post' class='mymail-form mymail-form-submit mymail-form-0 extern'> <div class='mymail-form-info success'></div><input name='_extern' type='hidden' value='1'><input name='action' type='hidden' value='mymail_form_submit'><input name='formid' type='hidden' value='0'> <div class='mymail-wrapper mymail-email-wrapper'> <input id='mymail-email-0' name='userdata[email]' type='text' value='' placeholder='Email *' class='input mymail-email required' tabindex='100'> <input name='submit' type='submit' value='Subscribe' class='submit-button button' tabindex='101'><span class='mymail-loader'></span></div> </form>Regards,
JosueSeptember 24, 2013 at 5:24 am #165473In reply to: Changing the Header Add an Extra DIV
Hi!
1.) Add this on your custom.css:
.header-top { z-index: 1; }2.) To increase the logo size, use this:
.logo, .logo a { height: 115px; margin-top: -13px; }3.) Use this to resize header top on smaller screens:
@media only screen and (min-width: 768px) and (max-width: 989px) { .header-top { z-index: 1; width: 80%; height: 80px; margin: 0 auto; } }4.) I’m sorry but you need to open a new topic for this if in case the client requested it.
Best regards,
IsmaelSeptember 24, 2013 at 5:21 am #165471In reply to: Moving top socket menu
Hello!
Apply this code:
#header .sub_menu{ position: absolute; top: 115px; right: 130px; }Best regards,
JosueSeptember 24, 2013 at 5:18 am #165468In reply to: Changing PrettyPhoto Theme
September 24, 2013 at 5:06 am #165461In reply to: Enfold Bug In Main Nav
Hey!
Try this:
#top.single-portfolio .hide-class{ display: none; }Regards,
JosueSeptember 24, 2013 at 4:55 am #165456In reply to: Edited functions.php now site is broken.
Hi Kelly!
Check if /config-wpml/config.php exists, if it does, check the config-wpml folder permissions.
https://kriesi.at/support/topic/moving-site-to-another-host/
https://kriesi.at/support/topic/updating-sentence/Cheers!
JosueSeptember 24, 2013 at 4:09 am #165431Hi!
I’ve tagged the topic for Ismael but in the mean time you can use the videos posted here as a primer for using the advanced layout builder: https://vimeo.com/channels/aviathemes
You may also be running into a max_input_vars issue where the server isn’t able to import in that much content at once. It doesn’t quite fit but is a possibility.
So you can try adding the following to your .htaccess file:
php_value max_input_vars 3000 php_value suhosin.get.max_vars 3000 php_value suhosin.post.max_vars 3000 php_value suhosin.request.max_vars 3000Or talk to your host about how/where to increase the amount via a php.ini file.
Cheers!
DevinSeptember 24, 2013 at 4:07 am #165430In reply to: mega menu column title
Hey ridcon!
Please add this on your custom.css or Quick CSS:
#top #header .mega_menu_title a { pointer-events: none; }Best regards,
IsmaelSeptember 24, 2013 at 4:00 am #165423In reply to: Need help with tables inside the theme.
Hi!
I’ve tagged the topic for Ismael.
Cheers!
DevinSeptember 24, 2013 at 3:58 am #165422In reply to: Enfold Child: Links to Text on Same Page
Hi!
I’m getting 404’s on all of the links on the site. Not sure what is causing it but I’m not able to see the issue at the moment.
The site links should, by default go to the top of the page unless you are linking to an anchor within the page however so seeing what is happening differently would be needed to diagnose it.
Best regards,
DevinSeptember 24, 2013 at 3:49 am #165419In reply to: Collapsable menu
Hey!
Place the js folder with the avia.js file on the child theme’s folder. Add this on the child theme’s function.php:
if(!function_exists('avia_register_frontend_scripts')) { if(!is_admin()){ add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts'); } function avia_register_frontend_scripts() { $template_url = get_template_directory_uri(); $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true ); wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true ); wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true); wp_register_script( 'wp-mediaelement', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'avia-compat' ); wp_enqueue_script( 'avia-default' ); wp_enqueue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-prettyPhoto' ); wp_enqueue_script( 'wp-mediaelement' ); if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } //register styles wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' ); wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' ); wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' ); wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' ); wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' ); wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' ); wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' ); //register styles wp_enqueue_style( 'avia-grid'); wp_enqueue_style( 'avia-base'); wp_enqueue_style( 'avia-layout'); wp_enqueue_style( 'avia-scs'); wp_enqueue_style( 'avia-prettyP'); wp_enqueue_style( 'avia-media'); global $avia; $safe_name = avia_backend_safe_string($avia->base_data['prefix']); if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' ) { $avia_upload_dir = wp_upload_dir(); $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css'; wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' ); wp_enqueue_style( 'avia-dynamic'); } wp_enqueue_style( 'avia-custom'); if($child_theme_url != $template_url) { wp_enqueue_style( 'avia-style'); } } }Best regards,
IsmaelSeptember 24, 2013 at 3:29 am #165412In reply to: Enfold Bug In Main Nav
Hey!
I’m not sure this is actually “fixable”. The issue is that as long as you are on the home page the absolute about link will be active because the url is the current page.
The one page layout using anchors is just that: a one page layout. What would be a better solution would be to have an alternate menu for the blog page with links back to the home page. You could do this using css to hide the menu items on each page. Just go to your menus manager and in the top right “screen options” tab click the box to show classes on your menu items. Add hide-home to the items you want to hide on the home page and hide-blog for the items you want to hide on the blog page.
Then add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home .hide-home{ display: none; } #top.blog .hide-blog {display: none;}Cheers!
DevinSeptember 24, 2013 at 3:26 am #165409In reply to: Enfold 2.2 breaks site logo image
Perhaps it is to do with the size of my logo image, or the number of top level nav items I have. Do your sample sites have a similar setup? The avia function I referred to seems to look at the width of the nav and logo before calculating a new width.
edit: to be clear, the value is dynamic, you will not find 308px anywhere in the code.
My guess is that it should only be shrinking the logo if there are too many nav items, but it’s been coded wrongly.
-
This reply was modified 12 years, 5 months ago by
Jason.
September 24, 2013 at 2:50 am #165394In reply to: Many IE8 Issues
For #3, I would suggest trying to re-install the theme files again and if you have any caching plugins installed flush their cache completely. I’m not actually getting any issues with it on my end for the font file.
The menu’s switch width can be adjusted by following the guide here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Since you are using the responsive script you should also add in modernzr: http://wordpress.org/plugins/modernizr/ This should help with the other issues.
September 24, 2013 at 2:39 am #165391In reply to: Enfold 2.2 breaks site logo image
I’ll tag the topic for the rest of support as I’m still not actually getting the same width value added to the logos on any of the sites I work on or my dev sites.
So far this is the only topic I’ve seen with the issue as well so I’m at a loss for why you are getting it on the site.
September 24, 2013 at 2:26 am #165390Topic: Button inside LayerSlider WP
in forum Enfoldfaterra
ParticipantHi,
I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.
this is the code I used:
<form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/"> <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil >>"> </form>and ccs: `.button {
font: bold 25px helvetica;
text-decoration: none;
background-color: #f5f6cc;
color: #717304;
padding: 45px 55px 45px 55px;
border-top: 2px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #fffffff;
border-left: 1px solid #fffffff;
}`Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/
Thanks,
Fabiana.September 24, 2013 at 1:37 am #165383In reply to: Moving top socket menu
Here you go – goo.gl/YVd3dh
September 24, 2013 at 1:19 am #165381Topic: Latest update breaks calendarizeit plugin
in forum Enfoldtaliwalt
ParticipantThe calendarizeit shortcode creates a calendar with 4 different views (there are 4 buttons on the top right corner, month, week, day, and event list) and clicking any one of these buttons refreshes the page. When viewing events on a template using a table-format (i.e. month view or week view) the events are invisible, but if I view the page as an event list, they are not.
Please see This page on my site.
Thank you
September 24, 2013 at 12:44 am #165377In reply to: Enfold 2.2 breaks site logo image
Hi Jason!
In the future, put your URL’s in something like http://goo.gl/ . We answer anywhere from 30 to 60 posts a day individually and reading through a whole topic to pick out a url broken down to ” tiperdev dot techcore dot com dot au” is likely to get missed.
With that said, I’m seeing the issue but I’m unable to reproduce it on any of my client sites, dev sites or personal blog all running Enfold on version 2.2.
So the first thing to try is remove any customization, css and deactivate all plugins that are active including any drop ins like Jetpack.
What is happening is the logo is getting a defined width from some other outside code once you get to a tablet/laptop size screen. As far as I know there isn’t anything in the theme’s javascript that ever defines the width of the logo in pixel width which is why I suggest removing all outside variables.
Best regards,
DevinSeptember 24, 2013 at 12:24 am #165373In reply to: Fixed Nav size in Enfold
Ignoring those scripts, is there no way I can use the scripts powering the ‘back to top’ button that comes with the theme?
September 24, 2013 at 12:13 am #165372In reply to: Enfold 2.2 breaks site logo image
Scroll back to the top of the page. Use a screen width above 768px and below 1024px. Immediately after the page loads, the logo stretches wider. I have verified on multiple PCs using multiple browsers.
Do you think I would have opened this thread if this wasn’t a legitimate bug? Why aren’t you taking this seriously?
September 23, 2013 at 11:56 pm #165369In reply to: Fixed Nav size in Enfold
Just like when you click the #numbers on the top corners of these posts.
September 23, 2013 at 11:53 pm #165368In reply to: Fixed Nav size in Enfold
Aha, yes it was just cache’d really heavily. While I have you, I have another question…
I have all my links as in-page anchor links, like
<a href="#chapter3"></a>and I really want them to be ‘eased’ when the page jumps like the ‘back to top’ button does. Is that something I can do? Is there a class which I can add to those tags to attach that animation?
-
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Dancing Navigation
Hey guys, for some reason our top nav bar does a little ‘shuffle’ side to side (just a bit) when you click through the navigation. It’s only slight, but does it on all pages, and looks bad.
here’s the site http://www.marsmarketing.com.au
Could you let me know what you think? thanks.
Hi,
How can I keep a division on top of a page? I used the Avia Layout Builder and added several elements to a page. How can I use code/css to keep one division stay on top of the page and above rest of the divisions?
Thank you,
Topic: Button inside LayerSlider WP
Hi,
I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.
this is the code I used:
<form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/"> <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil >>"> </form>and ccs: `.button {
font: bold 25px helvetica;
text-decoration: none;
background-color: #f5f6cc;
color: #717304;
padding: 45px 55px 45px 55px;
border-top: 2px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #fffffff;
border-left: 1px solid #fffffff;
}`Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/
Thanks,
Fabiana.The calendarizeit shortcode creates a calendar with 4 different views (there are 4 buttons on the top right corner, month, week, day, and event list) and clicking any one of these buttons refreshes the page. When viewing events on a template using a table-format (i.e. month view or week view) the events are invisible, but if I view the page as an event list, they are not.
Please see This page on my site.
Thank you
