-
AuthorSearch Results
-
October 16, 2013 at 4:53 pm #176510
Ricardo – Drop Web
Participantsite : saditransportes.com.br
admin/email: (Email address hidden if logged out)* All the settings is correct. Everything is working. Only contact form is not working.
How they could help me?October 16, 2013 at 4:46 pm #176506In reply to: Enfold menu question
Hi!
Number 1 is not doable. The sub menu items do not remain visible; only the 1st level menu items are visible on all pages in the navigation.
I don’t understand #2, the active color for a menu item is set with the css ismael provided above so the value would just need to be changed to the orange color you want.
Regards,
DevinOctober 16, 2013 at 4:45 pm #176504Topic: Move secondary top vav to left side
in forum Enfoldkevbikemad
ParticipantIn Enfold, I would like to swap the location of the Social Icons and Secondary Navigation in the top bar.
So, secondary navigation on the left, social icons on the right.
This is using the “header type” – “Header with Social Icons and Bottom Navigation” option for the header.
Thanks.
October 16, 2013 at 4:23 pm #176497Hey!
I would suggest upping the memory to 128 as 64 is still somewhat low. I have no issues with it on any of my test installations but some users have still run into issues. And just to verify, you are running 2.3.2 of Enfold correct?
I’ve tagged Ismael on the topic so he has it in his queue as well.
Best regards,
DevinOctober 16, 2013 at 4:17 pm #176492Topic: Installed wp and enfold theme and got error
in forum Enfoldkaufman-agency
ParticipantInstalled wp and enfold theme by ftp, increased the allocated php memory to 128M,
and every time when I try to activate the theme, I get this error:Fatal error: Maximum execution time of 180 seconds exceeded in /home/…/docs/wp-includes/compat.php on line 0
if I reload the page, error again:
Fatal error: Maximum execution time of 180 seconds exceeded in /home/…/docs/wp-includes/compat.php on line 30
Please help!
October 16, 2013 at 4:09 pm #176490In reply to: Remove top nav menu selected pages
This reply has been marked as private.October 16, 2013 at 3:57 pm #176488Hi Yigit,
The updated css worked for the text :) thank you, what can be done for the social icon color?see my screenshot post.
Regards,
SethOctober 16, 2013 at 3:52 pm #176487In reply to: More items in archive page
Hey denye!
The number of items shown on your archive pages is controlled by your settings in the WordPress Settings>Reading>”Blog pages show at most”.
If you aren’t running Enfold 2.3.2 please update as there was an update for the tags template recently.
Regards,
DevinOctober 16, 2013 at 3:43 pm #176483In reply to: Remove top nav menu selected pages
This is cut and paste of my post below from this thread here:
https://kriesi.at/support/topic/can-i-remove-the-menu-from-just-one-page-using-css/#post-176479============
I have the same exact questions asked about six or seven hours ago and have no input.
https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/
This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.
I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:
#ls-global.html_boxed
{
background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
}
HTML.html_boxed
{
background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
}But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.
This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.
My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.
Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.
October 16, 2013 at 3:37 pm #176479In reply to: Can I remove the menu from just one page using CSS?
I have the same exact questions asked about six or seven hours ago and have no input.
https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.
I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:
#ls-global.html_boxed
{
background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
}
HTML.html_boxed
{
background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
}But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.
This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.
My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.
Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.
October 16, 2013 at 3:27 pm #176475In reply to: Enfold Woo Product Image CSS
Thank you. However, my product images are 450 x 450. The Woo Commerce settings should be sampling down to 225 or 300 based on the category or single product view. What about the notice on the front end about CSS style noted in color above? Where is that applied?
I have my own IT on this now, but there is a break in code between the Woo and Enfold IMHO on my site. We’ll see.October 16, 2013 at 3:26 pm #176473In reply to: Updating to Enfold 2.3.2 broke my website
You’ll need to access your WordPress files via FTP in that case and then download a copy of your plugins folder. Then delete the plugins either all at once or one by one from the plugins folder and see if that helps in being able to access the WordPress dashboard again.
Deleting the theme doesn’t remove your custom settings as they are saved in your database. You could login to your phpMyAdmin panel and download a sql backup of your data if you want to have a definite copy of your settings just in case but it shouldn’t be needed.
October 16, 2013 at 3:25 pm #176472This reply has been marked as private.October 16, 2013 at 3:23 pm #176470In reply to: WooCommerce Category Widget broken after update
Hey DesignerKen!
First thing to do is go to your Enfold styling options and make a small change, save, change it back and save again. This will re-generate the stylesheet for your custom settings.
For the sidebar widget, try doing the same thing but remove the widget, save, add it back in.
Regards,
DevinOctober 16, 2013 at 3:22 pm #176469This reply has been marked as private.October 16, 2013 at 3:22 pm #176468In reply to: A few issues with Enfold 2.3
Seeing it first hand from the WordPress backend is the quickest and easiest way to offer support when the issue isn’t apparent from the front end or isn’t happening when we re-create it on our own dev installations. It isn’t abnormal and I along with the other support crew have done it a half dozen times for various topics here within the last day alone.
You may also want to try updating to 2.3.2 of the theme and definitely update WordPress to 3.6.1 because it was a security update.
October 16, 2013 at 3:16 pm #176464In reply to: Table bug (Enfold)
This reply has been marked as private.October 16, 2013 at 3:15 pm #176463Hello!
Please add this code instead of previous one
.sub_menu>ul>li>a { color: red!important; } .sub_menu>ul>li>a:hover { color: purple!important; }Best regards,
YigitOctober 16, 2013 at 3:13 pm #176462In reply to: Layout Elements 1/5 looks not good
Hi!
but before that, can you try adding the code in Custom.css file in Enfold/css folder?
Cheers!
Yigit-
This reply was modified 9 years, 10 months ago by
Yigit.
October 16, 2013 at 3:13 pm #176461This reply has been marked as private.October 16, 2013 at 3:12 pm #176458This reply has been marked as private.October 16, 2013 at 3:12 pm #176459In reply to: Woocommerce catalog page
But If I create a template into enfold-child/woocommerce I get anyway some style or configuration from config-woocommerce into enfold theme.
For example the class avia_cart_buttons override my button style.
Original site: bfs.nonzero.it/business/
Restyling site: bfs2.nonzero.it/business/
Seem like enfold-child theme and woocommerce template theme is woocommerce config into parent enfold themeOctober 16, 2013 at 3:11 pm #176457In reply to: Table bug (Enfold)
Hi!
I cannot login for some reason. Can you create another admin login?
Cheers!
YigitOctober 16, 2013 at 2:39 pm #176441In reply to: Logo too big on mobile
Hi RevolutionGroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.responsive .logo img { height: 74px; }Cheers!
YigitOctober 16, 2013 at 2:20 pm #176425Topic: German hard-coded text in latest Enfold?
in forum EnfoldIntelligentSolutions
ParticipantHi, I have updated both WordPress and Enfold to latest version that uses Swedish. When visiting http://suiciderescue.se/author/Johan/ I see German words and sentences like “Autorenarchiv für” , “Über”, “Es konnte leider nichts gefunden werden”… I have manually via FTP edited the file “sv_SE.po” however the changes is not seen. No other language files exists in my lang folder I only have enfold.pot, sv_SE.mo and sv_SE.po.
Also in Admin of Enfold I do see some German / Dutch text . What am i doing wrong…?
October 16, 2013 at 2:15 pm #176422Topic: Fatal error:Allowed memory size….
in forum Enfoldmiccar
ParticipantGot this message when i tried to update the theme (in theme options)
I entered my username and the API key, when i saved i got this:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /storage/content/76/184976/micaelcarlsson.se/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 449
Memory error? I
October 16, 2013 at 2:11 pm #176419In reply to: styling text
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust it
body div .avia-button { border-radius: 50px; }This is how it should look http://i.imgur.com/o73eakP.jpg
Cheers!
YigitOctober 16, 2013 at 1:51 pm #176402Hey Raymmar!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.hr-invisible { float: none; }Regards,
YigitOctober 16, 2013 at 1:44 pm #176399Hi!
Can you post a screenshot? This how it looks on my end http://i.imgur.com/A2fCqpX.jpg
Best regards,
YigitOctober 16, 2013 at 1:34 pm #176395Hi Yigit,
This did not work, there was no change to the text color on the top header bar. I added it to my custom css file not the quick css as I am documenting all the changes I make. Any other ideas?What it looks like is below. The background of the bar is dark blue, the social icon is gray, text link is gray, text hover is dark gray the vertical separators are white.
social icon link | link | link | link
Regards,
Seth -
This reply was modified 9 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
site : saditransportes.com.br
admin/email: (Email address hidden if logged out)* All the settings is correct. Everything is working. Only contact form is not working.
How they could help me?Installed wp and enfold theme by ftp, increased the allocated php memory to 128M,
and every time when I try to activate the theme, I get this error:Fatal error: Maximum execution time of 180 seconds exceeded in /home/…/docs/wp-includes/compat.php on line 0
if I reload the page, error again:
Fatal error: Maximum execution time of 180 seconds exceeded in /home/…/docs/wp-includes/compat.php on line 30
Please help!
Hi, I have updated both WordPress and Enfold to latest version that uses Swedish. When visiting http://suiciderescue.se/author/Johan/ I see German words and sentences like “Autorenarchiv für” , “Über”, “Es konnte leider nichts gefunden werden”… I have manually via FTP edited the file “sv_SE.po” however the changes is not seen. No other language files exists in my lang folder I only have enfold.pot, sv_SE.mo and sv_SE.po.
Also in Admin of Enfold I do see some German / Dutch text . What am i doing wrong…?
Got this message when i tried to update the theme (in theme options)
I entered my username and the API key, when i saved i got this:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /storage/content/76/184976/micaelcarlsson.se/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 449
Memory error? I
