tg1
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Variable HeightThanks Stefan – I will try this!
Forum: Plugins
In reply to: [Slideshow] Variable HeightHey Stefan,
Hoping to catch you online…
Can a person click on an image in the slideshow to open a lightbox? Is there any code for that?
Forum: Themes and Templates
In reply to: Help finding theme: main menu split by logo?@andrew…
Sorry about that… as someone who is new to WordPress – I would have put my money on some php gimmickry before CSS.Forum: Themes and Templates
In reply to: Help finding theme: main menu split by logo?No – would still love to find a solution.
Forum: Fixing WordPress
In reply to: [Theme:Twenty Eleven] Adding Custom Styles to TinyMCEThanks Alain – but I think *think* – there is something broken in that solution or at least does not jive with theme Twenty Eleven (or my limited developer skills)…
However – as I was about to give up – I found this solution which seems to work great!
https://alisothegeek.com/2011/05/tinymce-styles-dropdown-wordpress-visual-editor/
Forum: Fixing WordPress
In reply to: Apply a style from within a pge or post?styles.css
I’m not sure if I don’t need a different editor from the default wordpress editor. I’m just not a fan of layering on plugin after plugin.
I am working on a menu for a restaurant. And I want to style each food-item title.
Figure a few hundred titles since they also handle an array of catering items.
Forum: Fixing WordPress
In reply to: Changed WHM account name – can't access WP site backend…Double resolved!
Forum: Networking WordPress
In reply to: Password protect multisites for viewers not registered!I will check into it – thanks!
Forum: Fixing WordPress
In reply to: Changed WHM account name – can't access WP site backend…The functions.php method worked like a charm.
Thanks!
Forum: Plugins
In reply to: [Plugin: WP Google Fonts] – Can I limit to MENU only?Apologies – I figured it out!
1 – Turned OFF elements
2 – Added this to custom css:
#menu-main-menu {font-family:alike;georgia,serif; font-size:16px !important;}
Forum: Fixing WordPress
In reply to: Align half of my nav buttons to the rightDid you ever figure this out? I can’t find any information anywhere – which surprises me for wordpress – about an issue like this.
I want to do the same exact thing. But it doesn’t seem to be easy.
(I thought it would be more common of a request truthfully)
Forum: Fixing WordPress
In reply to: Changing URLS to something SEO friendly.Will do. Just learning all this.
Thanks!Forum: Fixing WordPress
In reply to: Changing URLS to something SEO friendly.So – just to reiterate according to that Codex (just making sure):
1 – I would leave the site where it is in the subdirectory.
2 – Then follow the directions under “Using a pre-existing subdirectory install” – by copying and changing the specified index.php and htaccess files then Moving the web.config file.3 – Then set up my permalinks.
Sound correct? I will follow the directions. Thanks!
Forum: Fixing WordPress
In reply to: Changing URLS to something SEO friendly.Excellent newsdevice! Very cool.
Another related question if I can bother you:
My site lives in a subdirectory.
When the time comes to take the site live – I was just going to point the domain to that subdirectory.
It exists now as: https://www.mydomain.com/subdirectory
Once I point the domain – it should just be: https://www.mydomain.com
Should I wait until I point the domain to change the permalinks?
Because currently – ALL my choices in the permalinks include that subdirectory – for example: https://mydomain.com/mysubdirectory/2012/04/sample-post/
I just don’t want to break anything. Does that make sense?
I would like to have an answer to @fcct4119’s question also! Not a programmer and have tried substituting the php function everywhere to no avail.