ip11166
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Septera] how to add logo image to site title?just tried to find any option in the user interface where I can select my logo image instead of text site title, but have not found this. Is this possible via themes UI or I should do it in css? If only css, can you please tell what line and what file (I assume it’s style.css)?
It was purely my fault. Don’t remember: either either wrong pass or something similar.
I have fixed the problem, you can close this, thanks!
Forum: Plugins
In reply to: [File Away] Is it possible to replace a standard PDF icon with the custom oneI will try to do something.
Is this a font awesome icon “fa-file-pdf-o”? I searched all files of the plugin but did not find any reference to this.
Can you point out which line in which file of your plugin is responsible for placing the icon?
I see this
.ssfa-icon-file-pdf:before {
content: “\21”;
}
in fielaway-cons.css. Is this correct place?
Thank you!Forum: Plugins
In reply to: [File Away] how to left-align the file namesThank you!
This did not help either, however, it worked when I tried float: left;Forum: Plugins
In reply to: [File Away] Is it possible to replace a standard PDF icon with the custom oneAny feedback will be appreciated!
Forum: Plugins
In reply to: [File Away] how to left-align the file namesHi Tom,
Could you please take a look at this question?
Thank you!BTW, if it’s not implemented yet, those who need to place Reveal +/- image and title text on the same line can use this somewhat clumsy approach:
CSS:
.one-line-up {
margin-left: 17px;
margin-top: -17px;}
Html:
[reveal heading=’%image%<div class=”one-line-up”>%title%</div>’ id=’id1′]At least it worked for me ??
One problem, however, you can only use WP text editor and can’t use WP WYSIWYG editor. As soon as you switch to WYSIWYG, it will change the code and will remove divs from shortcode.
So, the plugin update is still very welcome!David, any news about fixing the problem with new line? Please confirm when it’s done. It would be very important improvement!
Forum: Plugins
In reply to: [File Away] PDF files do not downloadThanks a lot! This helped.
Could this issue be related to multi-site installation? I tried FA on the same server on a single site installation and it still worked with stats enabled.Forum: Plugins
In reply to: [File Away] PDF files do not downloadTried to disable all plugins and even after this FA does not work, just returns 404 on page:
sitename/wp-content-substitution-directory/plugins/file-away/lib/cls/class.fileaway_downloader.php?fileaway=random-number-of-charsAlso, tried to check any other file manager plugins, all do not have this 404 problem and download or open in a light-box normally. See example of “Mmm Simple File List” just below the table with fiel list by FA.
Thanks, do you mean to create a new thread? Or is there any other way to submit a support ticket?
Sounds very encouraging! Looking forward to hearing the exciting news from you. Please post here when the issue is complete.
Thank you!Forum: Themes and Templates
In reply to: [Storefront] header gets its own vertical scroll barThere is another question with 2.0.1 update.
After I did update the hover on even rows disappeared. You can see the difference here:
Theme updated to 2.0.1 version (even rows hover blank):
https://bit.ly/1Xn9SSqOlder 1.6. theme (even rows hover ok):
https://bit.ly/1YRKFOTIf you can say which line of style in the new version causes this problem, this will be great!
Forum: Themes and Templates
In reply to: [Storefront] header gets its own vertical scroll barThank you!