-
Search Results
-
Help! Enfold is wonderful, I have a client who wanted me to put their site into your theme and has a very specific nav bar request.
I am currently working on:
http://mcadafluidsheating.com/devsite2014/The navigation is suppose to look like this:
http://mcadafluidsheating.com/devsite/The logo won’t resize to what I need, so here’s what I’ve done:
In custom.css I put the following code:
div .logo { position: relative;
width:173;
height:77px;
border-left:5px solid #f0ead6;
border-right:5px solid #f0ead6;
padding:0px !important;
z-index:9999999999; }.header_color {
background-color: #002a5b;
width: 100%;
height:78px;
border-top: 5px solid #f0ead6;
border-bottom: 5px solid #f0ead6;
position: absolute;
top: 11px;
height: 45px;
}In the ubermenu css box I added:
#megaMenu > ul.megaMenu > li.menu-item > a,
#megaMenu > ul.megaMenu > li.menu-item > span.um-anchoremulator{
padding-top:10px;
padding-bottom:0px;
}What am I doing wrong? Why can’t I control the size of the logo? Please help.
Thank you,
Justin C Gordon
Austin, TXTopic: Portfolio help
Hi,
I’m trying to setup a portfolio page as follows:
Each file should be uploaded in a manner that when you click on the image it shows the descriptions on the side.
I want to have 3 separate galleries so when you click on the portfolio tab you see 3 boxes with these photos. Clicking into them will open a new page with a thumbnail of all photos and a large image at top.Please advise.
Thanks.Topic: Loading issues on wpengine
We’ve had issues with the theme load speed on our hosting with wpengine. This is what they said.
One issue that looks to be a primary concern is that your Theme is seen as a “memory hog” on our system…
PROBLEM: Memory Hog
This line of code took 6ms and allocated 256KB of memory.
Original cause was a theme, in /wp-content/themes/enfold/includes/admin/register-admin-options.php:110
Specific culprit is function substr($p[‘func’],0,60), in /wp-content/themes/enfold/includes/admin/register-admin-options.php:110Full stack trace, with the culprit at the top:
#11 – /wp-content/themes/enfold/includes/admin/register-admin-options.php:110
#10 – /wp-content/themes/enfold/framework/php/class-superobject.php:116
#9 – /wp-content/themes/enfold/framework/php/class-superobject.php:86
#8 – /wp-content/themes/enfold/framework/avia_framework.php:97
#7 – /wp-content/themes/enfold/functions.php:77
#6 – /wp-settings.php:323
#5 – /wp-config.php:138
#4 – /wp-load.php:29
#3 – /wp-blog-header.php:12
#2 – /index.php:17
#1 – /index.php:0
and
PROBLEM: Memory Hog
This line of code took 18ms and allocated 112KB of memory.
Original cause was a theme, in /wp-content/themes/enfold/css/dynamic-css.php:709
Specific culprit is function substr($p[‘func’],0,60), in /wp-content/themes/enfold/css/dynamic-css.php:709Full stack trace, with the culprit at the top:
#11 – /wp-content/themes/enfold/css/dynamic-css.php:709
#10 – /wp-content/themes/enfold/includes/admin/register-dynamic-styles.php:122
#9 – /wp-content/themes/enfold/functions.php:410
#8 – /wp-includes/plugin.php:0
#7 – /wp-includes/plugin.php:429
#6 – /wp-settings.php:347
#5 – /wp-config.php:138
#4 – /wp-load.php:29
#3 – /wp-blog-header.php:12
#2 – /index.php:17
#1 – /index.php:0not sure what my issue is here but if you can take a look I sure would appreciate it. The pic in the middle is is taking precedence at top and the other two columns are starting where the pic ends.
There was a thread open for this but it closed and my replies weren’t answered. I am trying to put the logo on top as suggested in the other thread but it didn’t act as it should.
Hello, I am using the header with bottom navigation and the logo is too small so I entered the code that was on the FAQ on Envato (Is there a way to make the header taller and fixed in height?) and made the height 150 which works for the logo but it stretches the bottom navigation, making it taller. How can I keep the bottom navigation the same and keep the area with the logo at 150?
#header_main .container, .main_menu ul:first-child > li > a { height: 150px !important; line-height: 120px !important; } html.fixed_header #main { padding-top: 120px; }Screenshot image of problem:
http://i.imgur.com/ge1OFTu.jpgI searched for this problem on here but didn’t find anything that worked. Thanks for the help.
Running of Yigit’s advice (https://kriesi.at/support/topic/alternate-logo-for-fixed-navigation/#post-230794) I created a class
fixedlogoand placed it inside my header.php file, just above the logo:<div class='container'> <div class="fixedlogo"></div> <?php /* * display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output */ echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');To allow the fixed logo div to transition, I set its opacity to 0, rather than display: none;.
.fixedlogo { opacity: 0; } .header-scrolled .fixedlogo { display: block; width: 40px; height: 40px; top: 4px; background: url('http://site.com/fixedlogo.png') no-repeat; background-size: 35px 35px; float: left; position: absolute; left: 0; z-index: 1; -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in; opacity: 1; } .header-scrolled .logo { display: none; }Hope this helps anyone wondering!
Note: I placed this in my Desktop Styles media query, so I could do something similar for mobile.
Topic: Blog Grid Images
Hi
I’ve read a closed post with a similar question here but it doesn’t work for me.
I selected a blog grid for my blog page but had the images set to ‘Set the Preview Image size automatically’. We were seeing a images with a set width but the height was varying depending on the uploaded image. This obviously makes the grid look bad as there is no uniformity to image sizes. I have now changed to ‘Choose the preview image size manually’ (180 x 180) and also downloaded and run Regenerate Thumbnails but nothing changes (cache emptied each time I try).
Any suggestions? Also, if I upload an image with a portrait aspect ratio should I expect it to be cropped to 180 x 180 or should I expect the aspect ratio to be amended?
Thanks
Mark
Topic: 404-hook-in the-php
Hi!
As many others I want to edit the 404. I read the topics here in the support where you tell in 1 sentence to “edit 404.php in the “enfold folder”
So I find within the php the code:
<?php do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information ?>Would be great that s.o would explain what to do when I want to hook in the page like the 404.php saya.
Thanx a lot!
Stefan
I wanted to have the logo further left in the desktop view.
However, in the mobile view and sometimes the desktop view if the browser gets resized smaller it gets cut off. How can I prevent this?
I would prefer that under the mobile view the logo stays positioned in the middle like it originally did.
Website: http://bit.ly/1gFTkgY
Topic: WPML Problem mit Blog
Hallo,
habe im Forum folgende Anleitung gefunden und verwendet, leider ohne Erfolg:1) Please go to the wordpress dashboard and select “English” from the language switcher (admin bar at the top). Then go to Pages > Add New and add a blog page to your website. Then save the page and translate it to Italian.
2) Go to Enfold > Theme Options and select the blog page for your “English” website. Then click the “Save Options” button. Afterwards select “Italian” from the language switcher and configure your blog page for the “Italian” website (select the page you created when you translated the “English” blog page – see 1). Save the settings and now both pages are blog pages and connected to each other.Die Blogs der drei Sprachen sind nach wie vor nicht miteinander verknüpft – alle weiteren Seiten und Portfolio-Einträge funktionieren einwandfrei, woran könnte dies liegen?
http://glanzhof.deGruss
PeterTopic: Remove information of theme
Hello,
I want to remove information on the topic.
In a previous post you reply that the solution is to put the following code in functions.php of the child theme:
remove_action (‘wp_head’, ‘avia_debugging_info’, 1000);
However, it is not working. Can you help me?
Thank you.
Viewing 30 results - 133,081 through 133,110 (of 142,866 total)
