-
AuthorPosts
-
September 22, 2014 at 5:40 pm #110214
Hi
Is it possible to force 2 word menu titles to wrap? Im using the Integrity stack with inline header menu – trying to keep 5 menus compact in desktop mode and accommodate a logo approx 25% of the header width.
Alternatively can menu titles be replaced with buttons / icons?September 23, 2014 at 1:01 am #110355Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 23, 2014 at 7:05 am #110504This reply has been marked as private.September 23, 2014 at 9:10 am #110592Hi,
Thank you for the url and login.
To force a two word menu title to wrap you can simply add <br /> to it like this.
http://screencast.com/t/fMuCBgcVnMTo change the link of the newsletter.
Can you try the code below.
You can add this under Custom > Javascripts in the Customizer.
jQuery(function($) { $('#post-257 a').attr('href','http://bit.ly/1tWStBy'); });
Hope that helps.
September 23, 2014 at 2:15 pm #110859Thank you – so simple!
Moving on from these 2 mods, instead of 1 featured post image showing on the posts page, is it possible to have 2 featured images? One image which is text on background as I have already done (as a png) and a second image either hooked just below the 1st (to allow some headline description and a nice picture) somewhere on the post excerpt. Or should I have gone for a visual editor page in the 1st place? I didn’t because it was taking ages to compile and edit in content. Posts are much quicker to do the regular changing content.
Thanks – really getting the hang of the possibilities with your help?September 23, 2014 at 4:24 pm #111001Hi There,
Im sorry, but I’m not really sure what you are trying to accomplish. Can you please provide more information.
Do you want to modify the posts on the blog page and add additional image for each post? or are you trying to modify the single post layout?
Can you please provide a URL of the page you are trying to modify and sample of what you are trying to accomplish.
Thanks
September 24, 2014 at 5:20 am #111306This reply has been marked as private.September 24, 2014 at 8:28 am #111421Hi Dcormack,
Thank you for writing in!
Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer, or a service like WerkPress or Elto to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
However meanwhile, you can try enabling Full Post Content on Index under Blog > Content in the customizer (see: http://prntscr.com/4pupih) and in the post, upload the image at the top (see: http://prntscr.com/4puqe2) and add “MORE” tag to limit the content to show on for homepage.
Next, to hide the title (see: http://prntscr.com/4puqrx) from the homepage, add the following CSS code under Custom > CSS in the Customizer:
.home .entry-header { display: none; }
Thanks for understanding. Take care!
September 24, 2014 at 10:26 am #111523Thanks again – that gives me a good solution.
Is there some code to close up th gap occupied by the blog title now disabled.September 24, 2014 at 12:02 pm #111584Try adding some CSS code under Appearance -> Customize -> Custom -> CSS
.entry-content { margin-top: -0.75em; }
September 25, 2014 at 4:02 am #112084Thanks
Can you tell me where these lines of custom CSS and jscript are written to?
Occasionally bits of code (using Edit Themes) breaks the site and I go to the child style.css functions.php to remove the faulty code using Filezilla. Is this in the db?September 25, 2014 at 5:37 am #112121Hi,
Yes, it is in the db.
You can move all custom css in the customizer to style.css of your child theme
if you want to. It will have the same effect. -
AuthorPosts