Forum Replies Created
-
AuthorPosts
-
Elliott –
The code you’ve provided worked well when replacing the previous code (ref support ticket above) in the functions-enfold.php. The custom content type title now displays instead of “blogs”. Nice work – I am thankful for your support.Hi Eliott,
With a few adjustments, it magically appeared as desired. Here’s what I ended up with… Perfecto! Just like Enfold. Gracias!#advanced_menu_toggle:after {
content: “Menu” !important;
font-size: 10px !important;
left: 10px;
position: absolute;
top: 17px;
}November 10, 2014 at 6:18 pm in reply to: Enfold boxed mode – menu divider/separator bookends #348905Thanks Elliott. Your answer to this issue worked perfectly! Consider this closed. Thank you so much.
November 7, 2014 at 10:37 pm in reply to: Enfold boxed mode – menu divider/separator bookends #347974This reply has been marked as private.November 7, 2014 at 5:11 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347800Hey Yigit,
Both sets of code given work for sites without Ubermenu installed. Examples:NO UBERMENU SITES
Code set 1: http://ficblog.wpengine.com
Code set 2: http://cef.wrc.wpengine.comUBERMENU SITES
Code set 1: http://wels.wpengine.com
Code set 2: http://wrc.wpengine.comSo you fixed the Enfold issue for us (what is in your control). Many thanks for that. Knowing that you don’t support 3rd party plugins, I will post on the Ubermenu forum to try to get this resolved for the other two sites.
November 7, 2014 at 3:10 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347735Not so fast….
One of the sites isn’t behaving like the other 3 sites (GOOD = ficblogs.wpengine.com wrc.wpengine.com and wels.wpengine.com ) . I even put in the !important after the border:none. Yet, still, there is a border for http://cef.wrc.wpengine.com The mobile menu is there, but so is that ugly border. What could be wrong there?November 7, 2014 at 2:49 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347729That’s just what the doctor ordered! Thanks so much. Mark as RESOLVED :)
November 6, 2014 at 11:02 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347441Hi Ismael and Arvish,
I want to clarify that the plugins have nothing to do with the top border appearing above the menu when in tablet (landscape) mode, while yet none of the menu is visable…
A perfect example of that behavior where NO ShiftNav nor Ubermenu is installed can be found here:
http://ficblog.wpengine.com/ (hosted on WPengine)
Please help me remove that border and menu container for that view.
Thanks,
jNovember 6, 2014 at 5:03 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #347177We are not experiencing an issue with the plugins. It is the Enfold responsive layout width in question for which we’d like help hiding the border when the width for tablet (landscape) comes into effect. The plugins were mentioned just so you were made aware that are active.
November 4, 2014 at 11:21 pm in reply to: Enfold Tablet's landscape view inclusion of header/menu border #346212This reply has been marked as private.Thanks for the info Elliott. I’ve been doing quite a bit of research. I think what I’m looking for is a plugin to CLONE a subsite. This is most useful because all the theme settings are saved, the pages, widgets, plugin configuration and more. This removes a ton of work. I would then use the theme import/export tool for ongoing maintenance. You may close this ticket. Thanks for your help!
October 30, 2014 at 12:32 am in reply to: Latest Blogs – Function.php Code Displaying the FIX #343100Awesome! The code… worked as shown below. (Opening and closing PHP code assumed.) CLOSE TICKET and BIG thanks!
add_filter(‘avf_title_args’, ‘fix_single_post_title’, 10, 2);
function fix_single_post_title($args,$id)
{
if ( is_singular(‘post’) )
{
$args[‘title’] = get_the_title($id);
$args[‘link’] = get_permalink($id);
$args[‘heading’] = ‘h1’;
}return $args;
}October 29, 2014 at 9:59 pm in reply to: Latest Blogs – Function.php Code Displaying the FIX #343017This reply has been marked as private.October 29, 2014 at 7:40 pm in reply to: Latest Blogs – Function.php Code Displaying the FIX #342937This reply has been marked as private.October 29, 2014 at 5:46 pm in reply to: Latest Blogs – Function.php Code Displaying the FIX #342838This reply has been marked as private.October 29, 2014 at 3:42 pm in reply to: Latest Blogs – Function.php Code Displaying the FIX #342751Hi Josue,
Thanks for the code. However, it didn’t replace the “Blog – Latest News” header with the post title. Instead, it now says “Blogs” on each post. See example: http://wels.staging.wpengine.com/wels-night-brewers/ (hosted on WPengine) where instead I expected “WELS Night at the Brewers”. I must be missing something. Oh, and thanks for pointing out the opening php code (and closing code I figured out as well).
Thoughts on the “Blogs” title appearing rather than the post title?
jThanks Ismael, this worked like a charm. Please close post.
October 16, 2014 at 2:00 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #336743Hi Ismael,
Hmmm. This may be a dumb question, but when…a) I exported English Enfold settings, and imported into Japanese Enfold settings, why would they be different? Cache has been cleared.
b) I look at the English Transparency Options tab no transparent logo nor has the menu color been selected. Nor on the Japan settings page. So- why would the English appear transparent?What can I check/change to make the English transparency go away?
Thanks,
jOctober 15, 2014 at 10:07 pm in reply to: Big issue with Enfold 3.0.1 + WP4 : AVIA "breaks up" #336410Ah ha! If you are using the plugin BWP Minify or another caching plugin, be sure to add new avia or layerslider or … to the list of the “styles not to Minify” under the Manage Enqueued files tab. Changes are the viewable. This was a tricky one, because if you were like me – you kept purging server and browser cache without any saved changes appearing. Hope this solution helps you.
October 15, 2014 at 2:14 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #336132This reply has been marked as private.October 13, 2014 at 6:41 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #335108This reply has been marked as private.Yes, Thanks. Close this support ticket.
October 10, 2014 at 5:36 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #333965Hi Yigit,
I had to remove the whitespace, and instead add a Text block in the page’s content above the accordion slider with a Div tag and padding-bottom of -100px. That did the trick for now. I’m attaching a screen print for you so you can see what it looks like without the text block. FYI the whitespace worked for all browsers except IE – thus I had to change it to the text block.I worry about our content providers though. I’d rather that the accordion was fixed rather than depend on a work-around.
Screen captureOctober 10, 2014 at 1:56 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #333832This reply has been marked as private.October 9, 2014 at 8:47 pm in reply to: Bug v 3.0.1 – Accordion Slider Gallery breaks the layout #333443Tidusuper91 – I am in agreement with you. I have added a divider (whitespace -200px) to get around this isssue until a solution is found.
Thanks for your insight Devin, I will indeed connect with a multi-site expert also familiar with using Child Themes. Please close this support ticket.
Hi Devin, Just to be sure, let me restate what I think you are saying…
1) Install the parent theme on the network.
2) Activate & configure the parent theme on each sub site separately (Do not network activate)
3) Install the child theme on the network.
4) Activate and configure the child theme on each sub site (Do not network activate)A. When making a change to the configuration of the theme, do this to the parent theme that has been activated / sub site.
B. When customizing or overriding the parent, do this on each child theme that has been activated / sub site.Have I stated it correctly?
Also, when upgrading Enfold – do I upgrade both Parent and Child themes?
-
This reply was modified 10 years, 6 months ago by
welswebmaster. Reason: Additional question
October 3, 2014 at 5:15 pm in reply to: Enfold Ajax preview search instead of Ubermenu Search #329804Ubermenu 3 (Chris Mavricos) came through for us with a solution to continue use of the Enfold Ajax Search with preview results. See the Sevenspark.com URL above for the complete details. You may close this ticket. I’m sure others will benefit from this solution using Enfold (2.9.2) and Ubermenu (3).
Cache Issue resolved! This was my error instead that the quotes turned into entities when copy/pasting the code. Once fixed, all works well. Close ticket and many thanks!
Hmmm. The CSS isn’t appearing. I’ve placed the code you’ve provided on this page wp-admin/admin.php?page=avia under QUICK CSS. Wrong place? I’ve emptied server cache and browser cache – using FF. No difference in Chrome or IE either.
I am not including these CSS files in Minify:
admin-bar
dashicons
avia-custom
cms-navigation-style-base
avia-dynamic wpml-cms-nav-css -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts